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

*{margin:0;padding:0;}
.clear {clear:both;}
body {background:url(images/back.jpg) no-repeat top center #000;font-family:Verdana, Geneva, sans-serif;font-size:11px;}
#page {width:953px;margin:auto;}

#page #form {height:220px;width:953px;position:relative;}
#page #form #email {position:absolute;top:145px;left:248px; border:none;width:300px;text-align:center;font-size:24px;padding:10px 0 10px 0;background:none;}
#page #form #ok {position:absolute;top:145px;left:571px;width:165px;height:50px;}


#main {width:1009px;margin:auto;}


#page #thumbs {margin:30px 0 0 30px;}
#page #thumbs .player {position:relative;display:block; height:251px;width:301px;float:left;margin:3px;}
#page #thumbs .player img {display:block;border:0;}
#page #thumbs .player .controlbar {width:300px;height:19px;position:relative;}
#page #thumbs .player .controlbar .time {width:50px;line-height:19px;position:absolute;bottom:1px;right:40px;color:#000;font-size:9px;font-weight:bold;}

#page .play {	position:absolute;filter:alpha(opacity=50);	-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;top:0;left:0;}
a.player {font-family:Verdana, Geneva, sans-serif;font-size:11px;text-align:right;color:#333;text-decoration:none;}

#footer {text-align:center;padding:10px 0 10px 0;}
#footer a{color:#F00;font-weight:bold;text-decoration:none;}
#footer a:hover{color: #666;text-decoration: underline;}

