@charset "utf-8";
#body {
	background-image: url(bodybackground.jpg);
	background-repeat: repeat;
	height: 2500px;
	text-align: center;
	padding-top: 30px;
}

#wrapper {
	background-image: none;
	height: 1400px;
	width: 950px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

#header {
	height: 300px;
	padding-bottom: 30px;
}
.whitetext {
	font-size: 18px;
	color: #03C;
}
.bigblue {
	font-size: 24px;
	color: #03C;
}
.bigblack {
	font-size: 30px;
}
