@charset "UTF-8";
/* CSS Document */

body { font-size:18px; color:#FFF; background-image:url(images/bg3.jpg); background-repeat:repeat;}

#main_tbl { width:1000px; margin-top:25px; margin-bottom:25px; margin:auto; }

#menu_bar {background-image:url(images/led_bg.png); background-position:center; background-repeat:no-repeat; height:50px;}
#menu_bar a {text-decoration:none;}

#bdy a {color:#6CF; text-decoration:none;}
#bdy a:hover {color:#F00;}

#footer {height:100px;}

#mobilelink { background:#FFF; text-align:center; font-size:36px; width:1000px; vertical-align:top; padding:10px 0px; }
#mobilelink a {text-decoration:none; font-weight:bolder; color:#F00; }

.led_off { background:url(images/led_off.png); background-repeat:repeat-x; width:200px; height:50px; font-size:24px; color:#FFF; font-weight:bolder; text-align:center; }
.led_off a {color:#FFF;}
.led_on { background:url(images/led_on.png); background-repeat:repeat-x; width:200px; height:50px; font-size:24px; font-weight:bolder; color:#000; text-align:center;}
.led_on a {color:#000;}

.rounded_img { border:1px solid #000; border-radius:5px; ~moz-border-radius:5px; ~webkit-border-radius:5px; }