* 
{
	margin: 0;
	padding: 0;
}

body, html 
{
	height: 100%;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: #4C8AC1 url(../images/bg_concrete.jpg) top center;
	color: #fff;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, geneva, sans-serif;
}

#container 
{
	margin: 0 auto 0;
	display: block;
	position: relative;
	width: 958px;
	height: 100%;
	text-align: left;

}

#errorData 
{
	position: absolute;
	top: 100px;
	right: 0;
	width: 460px;
	padding: 10px;
	background: #6096C7;
}

#errorData h1 
{
	font-size: 24px;
	padding: 0 0 15px 0;
}

#errorData p 
{
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px 0;
}

a.home 
{
	position: absolute;
	top: 0;
	left: 0;
}

a.home img 
{
	border: 0;
}

.right 
{
	text-align: right;
}

.right a 
{
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight: bold;
}

.right a:hover 
{
	color: #CE1217;
	border-bottom: 1px dotted #CE1217;
}
