.main
{
    position:absolute;
	top: 0px;
	left: 0px;
	width:1000px;
	height:800px;
	border-top:2px  solid #0072C6;
	border-left:2px solid #0072C6;
	border-right:2px solid #0072C6;
	border-bottom:2px solid #0072C6;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
}

.logoleft
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 200px;
	height: 120px;
	border-top:1px  solid #0072C6;
	border-left:1px solid #0072C6;
	border-right:1px solid #0072C6;
	border-bottom:1px solid #0072C6;
}

.banner
{
	position:absolute;
	top: 1px;
	left: 204px;
	width: 592px;
	height: 122px;
	background-color: #0072C6;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	color: #ffffff;
}

.logoright
{
	position: absolute;
	top: 1px;
	left: 797px;
	width: 200px;
	height: 120px;
	border-top:1px  solid #0072C6;
	border-left:1px solid #0072C6;
	border-right:1px solid #0072C6;
	border-bottom:1px solid #0072C6;
}


.menus
{
	top: 123px;
	left: 1px;
	width:190px;
	height:600px;
}

.displayarea
{
	position:absolute;
	top: 124px;
	left: 204px;
	width:590px;
	height:600px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #0072C6;

}