@charset "UTF-8";
body {
	background-image: url(images/backgroundimage1.1.jpg);
	text-align: center;
}
#wrapper {
	height: 768px;
	width: 1200px;
	text-align: left;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header {
	height: 50px;
	width: 1200px;
}
#content {
	width: 1200px;
	height: 718px;
	position: absolute;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FFFFFF;
}
