body {
	margin: 0px;
	color: #000000;
	font-size: 14px;
	font-family: Calibri;
	background-color: #999999;
}

a {
	color: #00AEEF;
}

.center {
	text-align: center;
}

div#main {
	background: #999999 url('img/background.jpg') no-repeat top center; 
	#color: #EB1817;
	margin: auto;
	min-height: 800px;
	padding: 24px 24px 24px 100px;
	text-align: justify;
	width: 960px;
}

div#main ul {
    
}

div#main li {
}

a {
	#color: #EB1817;
    color: black;
	font-size: 13px;
	font-weight: bold;
	#text-decoration: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

