*
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #FFF;
}
body, html
{
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}

#mainPage
{
	position: relative;
	height: 570px;
	background-image: url(../images/bg_stretch.jpg);
	background-repeat: repeat-x;
	top: 50%;
	margin-top: -285px;
}
#mainPage #contentBox
{
	width: 946px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/box_bg_stretch.jpg);
}
#contentBox #boxLeftSide
{
	width: 60px;
	height: 100%;
	background-image: url(../images/box_left.jpg);
	float: left;
}
#contentBox #boxContent
{
	width: 826px;
	height: 450px;
	float: left;
	margin: 60px 0px;
	overflow: auto;
}
#contentBox #boxRightSide
{
	width: 60px;
	height: 100%;
	background-image: url(../images/box_right.jpg);
	float: right;
}