/* CSS Document */


html, body {	
	background-color:#FCF6A0;
	color:#3C210F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

#container {
	margin-top:70px;
	width:95%;
}


#logo_403 {
	background-image:url(../img/errors/logo_403.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:330px;
}

#logo_404 {
	background-image:url(../img/errors/logo_404.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:330px;
}

#logo_500 {
	background-image:url(../img/errors/logo_500.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:330px;
}


#ftr {
	height:80px;
	text-align:center;
}