@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	font: normal 1em Arial, Verdana, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 757px;
}

#top {
background: url(../images/topBG.jpg) no-repeat;
height: 73px;
}
#bottom{
background: url(../images/bottomBG.jpg) no-repeat;
height: 177px;
}
#message {
padding-top: 10px;}
#message p {
	background: url(../images/messageBG.png) no-repeat;
	width: 652px;
	color: #FFF;
	font-size: 0.90em;
	font-weight: bold;
	margin: 0 auto;
	padding-left: 5px;
}
#footer p {
	margin: -45px auto;
	color: #FFF;
	font-size: 0.90em;
	font-weight:bold;
	text-align: center;
}
