@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
img {
	border: none 0px #fff;
}
body {
	margin-top: 20px;
	background-image: url(grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 62.5%;
}

#dome {
	background-image: url(dome.png);
	width: 936px;
	height: 736px;
	margin: 0px auto;
	position: relative;
	
}
#dome h1 {
	text-indent: -9999px;
}
#info h2 {
	font-size: 1.4em;
	color: #fff;
	font-variant: small-caps;
}

a#contact {
	background-color: #2A416D;
	display: block;
	float: left;
	padding: 10px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #FFF;
	position: absolute;
	left: 424px;
	top: 539px;
	border: 1px solid #1F3050;
}
#info {
	position: absolute;
	left: 0px;
	top: 450px;
	width: 100%;
	text-align: center;
}
#info p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 2.5em;
	text-align: center;
	color: #fff;
}
#info p a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
#info p a:hover {
	text-decoration: none;
}
