body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: center;
}

.header
{
	position:absolute;
	left: 11px;
	top: 0px;
	width: 801px;
	height: 41px;
	background: #434553;
	border-bottom: solid 2px #9B404A;
	z-index: 2;
}

.border_left_top
{
	background: #434553;
	width: 11px;
	height: 41px;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.border_left
{
	background: #434553;
	border-right: solid 2px #9B404A;
	width: 9px;
	height: 502px;
	position:absolute;
	left: 0px;
	top: 41px;
	z-index: 11;
}
.border_left_bottom
{
	background: #434553;
	width: 11px;
	height: 39px;
	position:absolute;
	left: 0px;
	top: 543px;
	z-index: 12;
}

.border_right_top
{
	background: #434553;
	width: 12px;
	height: 41px;
	position:absolute;
	left: 800px;
	top: 0px;
	z-index: 10;
}
.border_right
{
	background: #434553;
	border-left: solid 2px #9B404A;
	width: 10px;
	height: 502px;
	position:absolute;
	left: 800px;
	top: 41px;
	z-index: 11;
}
.border_right_bottom
{
	background: #434553;
	width: 12px;
	height: 39px;
	position:absolute;
	left: 800px;
	top: 543px;
	z-index: 12;
}

.border_white
{
	border: solid 1px #FFFFFF;
	width: 823px;
	height: 582px;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
}

.footer
{
	background: #434553;
	width: 800px;
	height: 10px;
	position:absolute;
	left: 0px;
	top: 572px;
	z-index: 2;
}

.main_content
{
	width: 800px;
	height: 533px;
	position:absolute;
	left: 0px;
	top: 43px;
	text-align:center;
	background: #434553;
}
