* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	/*background: url("../img/body_bg.jpg") no-repeat;*/
	background: url("../img/body_bg2.jpg") repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #fff;
	font-family: Arial,Verdana;
	font-weight: bold;
}

#wrapper{
	width: 680px;
	margin: 0 auto;
}

#header {
	background: url("../img/header_bg.png") no-repeat;
	width: 100%;
	height: 47px;
	margin-top: 5px;
	color:white;
}
	#logo{
		float:left;
		margin-left: 10px;
	}
	#icmcontainer{
		float:left;
		margin-top: 14px;
	}
	#icm{
		display:block;
		margin: 0 auto;
	}
	.sublogo{
		float:right;
		margin-right: 15px;
	}
	
#content{
	width:680px;
	height: 400px;
	margin: 35px auto;
	margin-top: 10px;
	margin-bottom: 25px;
}
	#content_top{
		width:100%;
		height:26px;
		background: url("../img/content_top.png") no-repeat;
	}
		#close {
			margin-top: 4px;
			margin-right: 6px;
			cursor: pointer;
			float:right;
			color: #ff0000;
			font-size: 11px;
		}
		#close a {
			color: #ff0000;
			text-decoration: none;
		}		
		#close a:hover {
			text-decoration: underline;
		}
	#content_main{
		background-color:black;		
		width:100%;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#content_bottom	{
		width:100%;
		height:26px;
		background: url("../img/content_bottom.png") no-repeat;
	}

#player{
	width: 640px;
	height: 360px;
	margin: 0px auto;
	background-color:black;
	color: white;
}
	#preroll{
		width: 639px;
		height: 359px;
		margin: 0px auto;
	}
	#flashplayer{
		width: 640px;
		height: 360px;
		margin: 0px auto;
		outline: none;
	}
