@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	font-size:1px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg-sp.jpg) #0A0D17 repeat-x;
}
#wrapper {
	width:800px;
	margin:0px auto;
}
.row {
	width:100%;
	position:relative;
}
.play-button {
	height: 69px;
	left: 280px;
	position: absolute;
	top: 525px;
	width: 258px;
}
h1 {
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
	line-height:40px;
	border-bottom:double #1C548C 3px;
	margin:5px 0px;
}
h1 a {
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
}
#content {
	width:800px;
	margin:0px auto;
}
#content p {
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	margin:5px 0px;
}
#content p a {
	color:#FFFF00;
	font-weight:bold;
}
#footer {
	height:80px;
	background: #333333;
	margin-top:20px;
}
#footer p {
	font-size:12px;
	color:#FFFFFF;
	line-height:80px;
	text-align:center;
}
#footer p a {
	color:#FF0000;
	font-weight:bold;
}
#footer p a:hover {
	color:#FF4A4A;
	font-weight:bold;
}
