body {
	background:url(images/bg.jpg) #EEEEEE repeat;
	margin: 0;
	color: #999999;
	font-family: "Century Gothic", Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
}
#wrapper {
	width: 1010px;
	margin: 0 auto;
}
#err {
	margin-top: 130px;
	width: 497px;
	height: 319px;
	float: left;

}
#message {
	width: 511px;
	height: 632px;
	float: right;
}
a { color: #5bc4bc; text-decoration: underline; }
a:hover {text-decoration: none; }
.clear { clear: both; }
