body {
background-color:#F8C878;
margin: 0px;
padding: 0px;
color: #390a55;
}
a:link { color: #0B89D5; text-decoration: none; } 
a:visited { color: #0B89D5; text-decoration: none; } 
a:hover { color: #000000; text-decoration: none; }

div.top
{
position: absolute;
left: 40px; 
top: 40px; 
width: 265px; 
height: 326px;
}

div.nav
{
	background-color: #F8BB56;
	border: 1px #000 solid;
	position: absolute;
	left: 450px;
	top: 40px;
	padding: 10px;
	width:77px;
    height: 306px;
}

div.box1
{
	background-color: #F8BB56;
	position: absolute;
	left: 585px;
	top: 250px;
	padding: 0px;
}

div.box2
{
	background-color: #F8BB56;
	position: absolute;
	left: 670px;
	top: 250px;
	padding: 0px;
}


div.box3
{
	background-color: #F8BB56;
	position: absolute;
	left: 735px;
	top: 250px;
	padding: 0px;
}

div.box4
{
	background-color: #F8BB56;
	position: absolute;
	left: 810px;
	top: 250px;
	padding: 0px;
}
div.sign
{
position: absolute;
top: 40px; 
left: 500px;
height: 80%;
width: 50%;
}

div.main
{
border: 1px solid #0000A1;
background-color: fff;
position: absolute;
top: 402px; 
margin: 1%;
padding: 1%;
width:95%;
}

div.head{
	position: relative;
	background-color: #9dbcE0;
	padding-top: 5px;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: center;
	width: 99.8%;
	height: 18px;
	color: #000050;
	/*/*/
	border: 1px solid #0000A1;
}

div.footer
{
	position: fixed;
	bottom: 0;
	background-color: #9dbcE0;
	padding-top: 5px;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: center;
	width: 99.8%;
	height: 3%;
	color: #000050;
	/*/*/
	border: 1px solid #0000A1;
	/* */
}
