
body {
	background-image: url('../img/background.jpg');
	/*background-repeat: repeat;*/
	background-position: center top;
	/*
	margin-left: 5em;
	margin-top: 5em;
	margin-right: 5em;
	margin-bottom: 5em;
	*/
	margin: auto;
	/*background-color: #00003d;*/
	text-align: center;
	/*color: #F00;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 960px;
	color: #FFF;

}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #0000FF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}



