@charset "UTF-8";

/*	BEGIN COMMON CSS	*/
body {
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Arial;
	font-size:12px;
	background-color:#000;
	color:#fff;
}
a:active, a:focus {
   outline: 0;
}
#bg_wrapper {
	background: url("../images/bh_background.jpg") 0 0 repeat-x;
	width:100%;
	height:624px;
}
#page_wrapper {
	margin:0px auto 0px auto;
	padding:0px;
	width:950px;
}
#header {
	width:950px;
	height:114px;
	background: url("../images/common_header.png") 0 0 no-repeat;
}
#content_wrapper {
	width:950px;
	height:481px;
	position:relative;
}
#content_bg {
	position:absolute;
	top:0;
	left:0px;				
	width:950px;
	height:481px;
	background-color:#000;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;
}
#content {
	position:absolute;
}
.clear {
	clear:both;
}



