body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1b295c;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#mainWrapper {
	width: 640px;
	margin: 80px auto 20px auto;
	background-color: #f5f5f5;
}
form {
	margin: 0px 21px;
}
.content {
	margin: 28px;
}
.footer {
	background-image: url(img/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.footer p {
	margin: 5px 8px;
}
.footer2 a {
	color: #6372a8;
}
.footer2 a:hover {
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}