body{
	padding: 0px;
	margin: 10px;
	background-color: black;
	font-weight: normal;
	font: 13px Verdana, Arial, sans-serif;
	color: white;
}

#image {
	margin: auto;
	width: 1200px;
	height: 700px;
	background-image: url(/logo.png);
}

#form {
text-align: center;
	width: 100%;
	padding: 10px;
}

#contact {
	width: 100%;
	text-align: center;
	padding: 10px;
}

a:link, a:visited, a:active{ 
	color: #79b; 
	font: 13px Verdana, Arial, sans-serif; 
	text-decoration: none;
	border-bottom: 1px dotted #79b;
}

a:hover{ 
	color: #79b; 
	font: 13px Verdana, Arial, sans-serif; 
	text-decoration: none;
	border-bottom: 1px solid #79b;
}