html, body {
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: center; 
}

a{
	color: #082881;
	text-decoration: none;	
}
 

div#container{
	margin: 0px auto;
	position: relative;
	width: 960px;
	padding-top: 20px;	
}

div#menu{
	position: relative;
	padding-top: 6px;
	padding-left: 283px;
	_padding-left: 143px;
	width: 530px;
	height: 20px;
	color :#082881;
	font-size: 14px; 
	z-index:10;
}

div#logo{
	position: absolute;
	top: 30px;
	left: 33px;
	width: 134px;
	height: 70px;
	z-index: 10;	
}

div#bg_bottom{
	position: relative;
	background-image: url("../images/background_bottom.jpg");
	background-repeat: no-repeat;
	height:12px;
	width: 960px;
	padding-bottom: 10px;
}

div#footer{
	color: white;
	margin: 5px 0px 0px 20px;
	z-index: 100;
}

div#footer a{
	color: white;
	text-decoration: none;
	z-index: 100;
}

div#footer a:hover{
	text-decoration: underline;
}

.error{
	color: red;
}