
BODY
{
	background: url('/_base/static/img/main_site_bg.jpg') #FFF repeat-x top center;
	font-family: arial;
	font-size: 12px;
	margin:0px;
	padding:0px;	
}

#center-box
{
	background: url('/_base/static/img/center_box_bg.png') repeat-y top right;
	width: 266px;
	min-height: 125px;

}
#content-box-padding
{
	padding-top: 15px;
}
.box
{
	float: left;
	width: 255px;
}
.box h2
{
	margin:0px;
	padding:0px;
	font-size: 14px;
	color: #2c3032;
}
.box P
{
	color: #7589ac;
	margin:0px;
	padding:0px;
}
.center-hp-box-padding
{
	padding-left: 0px;
	padding-right: 0px;
	width: 245px;
}
.hp-box-padding
{
	padding-left: 5px;
	padding-right: 5px;
	width: 245px;
}

.footer-bar
{
	width: 850px;
	margin-top: 30px;
	float: none;
	clear: both;
	border-top: 1px solid #e0e0e0;
}
#video-player-container
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;	
	display: none;
	background: url('/_base/static/img/overlay_bg.png') top left;

}
#video-player
{
	position: relative;
	margin: 200px auto;
	width: 720px;
	height: 480px;
	z-index: 1000;
}
#close-btn
{
	position: absolute;
	top: -8px;
	right: -8px;
	cursor: pointer;
}
