/*CSSDocument*/
body{
background:#fff;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size:12px;
height:100%;
}
h1{
font-size:17px;
}
#wrapper{
width:924px;
margin:10px auto;
}
#header{
height:90px;
margin-left:10px;
width:100%;
}
#footer{
clear:both;
text-align:center;
padding-top:20px;
}
img{
border:none;
}
a, a:hover, a:visited{
color:#222;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.thumb{
background:url(/img/backtile.png);
width:207px;
height:112px;
float:left;
padding:12px;
}
#blackout{
position:fixed;
z-index:15;
top:0;
left:0;
width:100%;
display:none;
height:100%;
background:#fff;
float:left;
}
#videobox{
z-index:20;
width:640px;
height:360px;
overflow:hidden;
position:absolute;
left:50%;
top:-188px;
margin-left:-328px;
background:#fff;
display:none;
border:1px solid #ddd;
padding:8px;
}
#closer{
position:absolute;
z-index:200;
width:20px;
height:20px;
overflow:hidden;
left:50%;
top:-216px;
display:none;
padding-left:304px;
cursor:pointer;
}
#horizon{
position:absolute;
text-align: center;
width:100%;
top:50%;
left:0;
height:1px;
display: block;
}
.thumb .buttonImg{
width:207px;
height:113px;
background:#222;
display:block;
position:relative;
top:-113px;
left:0;
z-index:1;
}
.thumb a{
width:207px;
height:113px;
display:block;
background:url(/img/playbutton.png);
position:relative;
top:0;
left:0;
z-index:2;
}
.thumb a:hover{
background-position:left -113px;
}
ul li{
margin-bottom:10px;
}

