@charset "utf-8";

#center_wrapper #top_bar {
	height: 130px;
	width: 800px;
	position: absolute;
	top: 0px;
}
#top_bar #top-bdrop {
	background-image: url(../images/top-bar-bkg.jpg);
	height: 181px;
	width: 800px;
	position: absolute;
	top: 61px;
	background-repeat: no-repeat;
}
#wrapper_btm {
	height:700px;
	width: 100%;
	min-width:800px;
	bottom: 0px;
	position: static;
	background-image: url(../images/wrapper-bkg.jpg);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
}
#content_block {
	height: 480px;
	width: 480px;
	padding-right:15px;
	position: absolute;
	top: 133px;
	color: #FFFFFF;
	right: 0px;
}
#content_block #main_content{
	height: 435px;
	width: 430px;
	margin-left: 20px;
	padding-right:7px;
	float:left;
}
#backdrop {
	background-image: url(../images/wrapper-bkg.jpg);
	background-repeat: repeat-x;
	height: 700px;
	width:100%;
	position:absolute;
	top:61px;
}
