@charset "utf-8";
/* CSS Document */

body {
	width:990px;
	height:100%;
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
}

#wvs_container {
	width:100%;
	height:100%;
}
#wvs_container_header {
	width:990px;
	height:150px;
}
#wvs_container_content_main {
	width:990px;
}
#wvs_container_content_left {
	height:inherit;
	width:686px;
	float:left;
}
#wvs_container_content_right {
	width:304px;
	float:right;
}
#wvs_container_footer {
	clear:both;
	height:100px;
}

.iframe {
	background-image:url(../images/iframe_bg.JPG);
	background-color:#000000;
	color:#000000;
}
#iframe {
	background-color:#000000;
	color:#000000;
}



