html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	margin: auto;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	background-color: #666;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}

a {
	text-decoration: none;
}

#head {
	height: 20px;
	width: 990px;
	padding: 0px;
	margin: 20px auto 0px;
	color: #999;
}

#head a {
	color: #FFF;
	font-weight: bold;
}

#wrap {
	margin: 0px auto;
	width: 950px;
	padding: 20px;
	background-color: #FFF;
	border-bottom: 2px solid #333;
	height: 700px;
}

#foot {
	height: 20px;
	width: 990px;
	padding: 0px;
	margin: 5px auto 0px;
	color: #CCC;
	font-size: 10px;
}

#logo {
	margin: 0px 0px 20px;
}

#player {
	float: left;
	height: 270px;
	width: 480px;
}

#ad_sp {
	float: right;
	background-color: #666;
	background-image: url(../images/ad.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 300px;
	margin: 10px 75px;
}

.clearer {
	height: 0px;
	clear: both;
}
