@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #101010;
	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: 30px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 30px;
	text-align: left;
}
#optin_container {
	background-image: url(images/optmiddle.jpg);
	margin: auto;
	width: 522px;
	background-repeat: repeat-y;
}
#optin {
	width: 350px;
	margin: auto;
}
#optin_top {
	width: 522px;
	height: 78px;
	background-image: url(images/opttop.jpg);
	background-repeat: no-repeat;
}
#optin_bottom {
	width: 522px;
	height: 101px;
	background-image: url(images/optbottom.jpg);
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	width: 770px;
	height: 111px;
	background-image: url(images/footer.jpg);
}
#footer a {
	font-size: 9px;
	margin-top: 0px;
	color: #06F;
}
#footer p {
	font-size: 9px;
	margin-top: 0px;
	color: #06F;
}
