@charset "utf-8";
/* CSS Document */

body{ background-color:black; margin:0px; background-image:url(../images/background.jpg); background-repeat:no-repeat; background-position:center}

HTML{
scrollbar-base-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #141414;
scrollbar-highlight-color: #190900;
scrollbar-shadow-color: #190900;
scrollbar-track-color: #000000;
}

/* -------------------------Home Page------------------ */

.header{ background-image: url(../images/header.jpg); background-repeat:no-repeat; width:850px; height:176px; margin-left:auto; margin-right:auto }

.nav{ background-image: url(../images/nav.jpg); background-repeat:no-repeat; width:850px; height:33px; margin-left:auto; margin-right:auto; text-align:center; font-family: "Trebuchet MS"; font-size:14px; font-weight:bold}
.nav a{ color: #FF3300; text-decoration:none; padding-left:20px; padding-right:20px}
.nav a:hover{ text-decoration:underline; color:#FFFF00}

.center{ width:850px; height:307px; background-color:black; margin-left:auto; margin-right:auto}

.frame{ width:850px; height: auto; background-color:black; margin-left:auto; margin-right:auto;}

.footer{ width:850px; height:20px; background-color:black; margin-left:auto; margin-right:auto; text-align:center}
.footer a{ font-family: "Trebuchet MS"; font-size:12px; color:#FF3300; text-decoration:none; padding-left:20px; padding-right:20px;}
.footer a:hover{ color:#FFFF00; text-decoration:underline}

.left-right-cells{ width:194px}
.left-right-images{ margin:1px; border: solid 1px #FFFFFF}
.flash{ margin:1px 1px 1px 3px; border: solid 1px #FFFFFF}
.player{ margin: 124px 0px 0px 0px; float:right }