body {
	background-color: #eeeee6;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}

h1 {
	height: 33px;
	background-color: #eeeee6;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin-bottom:40px;
}
h2 {
	font-weight: normal;
	font-size: 100%;
}
h3  {
	font-weight: normal;
	font-size: 80%;
}
h4  {
	font-weight: normal;
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
}

.mainContent {
	margin-left: auto;
	margin-right: auto;
	width: 530px;
}

