body {
	background-color: #5b5b5c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#logo {
	position: absolute;
	top: 520px;
	z-index: 10;
	height: 96px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}

#container {
	z-index: 1;
	height: 566px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#message {
    position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
	height: 60px;
	width: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
