@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;

}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	height: 1690px;
	padding-top: 0px;
	background-image: url(../images/background4.jpg);
	border: medium solid #000;
	background-repeat: no-repeat;
}

#header {
	height: 590px;



}
#mainContent2 {
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	
}




#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	padding-left: 10px;
	
	
}
