/*
header 900x583
footer 900x418
background-color: #a81313;
*/
html { /*IE 6 and earlier */
overflow:auto;
}

body {
color:white;
font-family:"Trebuchet MS","Century Gothic",Arial,Sans-Serif;
background-color:#0452AF;
background-image:url('./back.jpg');
background-repeat:repeat-x;
overflow:auto;
margin:0px;
}

#header {
background-image:url('./header.jpg');
margin-right:auto;
margin-left:auto;
width:900px;
height:583px;
}

#footer {
background-image:url('./footer.jpg');
margin-right:auto;
margin-left:auto;
width:900px;
height:418px;
}

#player{
overflow:hidden;
left: 120px;
position:relative;
}

#counter {
border:solid #0452ff 1px;
padding:2px 5px 2px 5px;
position:relative;
width:300px;
}

a { color:white; text-decoration:none;}

#preview1 { 
position:relative; 
width:212px; 
height:162px; 
top:-10px; 
visibility:hidden;
padding:10px;
background-color:white;
border:black solid 2px;
}








