@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	font-size:1px;
}
body {
	background:url(../images/bg.gif) #6F0000 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width:770px;
	margin:0px auto;
}
.row {
	width:100%;
	position:relative;
}
.row img{
	float:left;
	margin:0px;
	padding:0px;
}
.play-button {
	height:69px;
	left:250px;
	position:absolute;
	top:235px;
	width:258px;
}
#content {
	width:100%;
	margin:0px auto;
}
#content p {
	font-size:12px;
	color:#FBB314;
	line-height:18px;
	margin:5px 0px;
}
#content p a {
	color:#FBB314;
	font-weight:bold;
}

h1 {
	color:#FBB314;
	font-size:25px;
	font-weight:bold;
	line-height:40px;
	margin:5px 0px;
	text-transform:uppercase;
}
h1 a {
	color:#FBB314;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
}
h1 a:hover{
	color:#FFFFFF;
}
#footer {
	height:60px;
	margin-top:20px;
	border-top:solid 1px #FBB314;
}
#footer p {
	font-size:12px;
	color:#FBB314;
	line-height:80px;
	text-align:center;
}
#footer p a {
	color:#FBB314;
	font-weight:bold;
}
#footer p a:hover {
	color:#FFFFFF;
	font-weight:bold;
}



