body, html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #a8cbde;
	font-family: 'Galaxie Polaris', arial, serif;
}

#container{
	width: 1024px;
	height: 786px;
	margin: 0px auto;
}
#image{
	text-align: center;
}
#footer{
	text-align: center;
	font-size: 0.8em;
	color: #2c2c2e;
}

a{
	text-decoration: none;
	color: #666;
}

div, body, html, img, a, map{
	border: none;
}