@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #080004;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3 {
	color: #F00;
	text-align: center;
}
#wrapper {
	width: 770px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 770px;
	height: 223px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 50px;
}
#footer {
	text-align: center;
	width: 770px;
	height: 138px;
	background-image: url(images/footer.jpg);
}