@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	height: 660px;
	padding-top: 0px;
	background-image: url(images/background.jpg);
	border: medium solid #000;
}

#header {
	height: 200px;



}


#mainContent {
	height: 420px;
	
}




#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	padding-left: 10px;
	
	
}
