@charset "iso-8859-1";
/* CSS Document */
@font-face {
	font-family: 'Futura Md BT';
	src: url('fonts/futurab.eot');
	src: local('Futura Md BT'), url('fonts/futurab.ttf') format('truetype');
	}


*{margin:0; padding:0}
img{border:0}
body{background:url(images/bg.jpg)}

#frame{margin:0 auto; width: 940px; height:auto; }
.top{ width:940px; height:235px; }
.img{ background:url(images/img.png) no-repeat top; width: 910px; height: 155px; margin:16px 0 }
.content{width:940px; height:400px; margin-top:28px}
#box{ width: 450px; height: 400px; float:left; background:url(images/box.png) no-repeat top; margin:0 10px }
#box .center{ width:430px; height: 380px; margin: 0 auto; margin-top:10px; overflow:auto }
#box .center .h3{ font-family:"Futura Md BT", Verdana, Geneva, sans-serif; font-size:27px; width:98%; border-bottom:2px solid #FFF; text-align:right; color:#FFF; margin-bottom: 12px }
#box .center p{ font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:160%; color:#FFF }
#box .center .player{ width: 360px; height:60px; float:right; margin:0 15px 5px; }


.footer{ width: 940px; height: auto; margin: 8px 0; padding:4px 0; float:left }
.footer p{ font-family:"Futura Md BT", Verdana, Geneva, sans-serif; color:#FFF; font-size:12px; margin:0 5px; line-height:160%; float:left }
.footer a{ color:#FF0; text-decoration:none }
.footer a:hover{ color:#F90 }
