﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #13102b;
	background-image: url(http://www.buildabiggerlist.com/wso/images/bodybg.jpg);
	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 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	color: #F00;
	font-size: 36px;
	margin: 10px;
}
h2 {
	color: #000;
}
#wrapper {
	width: 770px;
	background-image: url(http://www.buildabiggerlist.com/wso/images/mainbg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 770px;
	height: 169px;
	background-image: url(http://www.buildabiggerlist.com/wso/images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 25px;
}
#footer {
	text-align: center;
	width: 770px;
	height: 108px;
	background-image: url(http://www.buildabiggerlist.com/wso/images/footer.jpg);
}
