body {
	margin: 0;
 	text-align: center;			
	background: #00113c url(/img/bg-access.gif) repeat-x top;
	font-family: "Verdana";
 	font-size: 11px;
 
}

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

a:hover {
	color: #4AC7F5;
	text-decoration: underline;
}

img { 
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	margin-left: auto;
 	margin-right: auto;
 	width: 762px;
	text-align: left;
}

#access_error {
	width: 446px;
	height: 55px;
	background: #FFF url(/img/download-form3.gif) no-repeat top;
}

#access_error p {
	margin: 0;
	padding: 20px 0 0 0;
	color: red;
	font-size: x-large;
	font-weight: bold;
	text-align: center;	
}

#text_footer {
	color: #FFF;
	font-size: 10px;
	padding: 220px 0 10px 0;
	text-align: center;
}

#text_footer a {
	color: #FFF;
	text-decoration: underline;
}

