body {
	background : #106699;
	font-family:'Lucida Grande';
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color : #95cacc;
	text-decoration : none;
}

a:hover, a:active {
	text-decoration : underline;
}

div#content {
	width: 640px;
	height: 480px;
	background: url(texture.jpg) repeat;
	border: 2px ridge #106699;
	padding: 10px;
	position: absolute;
	top: -240px;
	margin-top: 50%;
	margin-left: 50%;
	left: -320px;
}

#logo {
	border: 3px ridge #106699;
	margin-bottom: 20px;
	width: 312px;
	height: 62px;
	background: url(logo.jpg) no-repeat;
	display: block;
	margin: 20px auto;
}

#logo span {
	display: none;
}

h2 {
	color: #d2fc06;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

div#contact {
	color: #92cbcc;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	margin: 0 0 20px 0;
}

#contact a:link, #contact a:visited, #contact a {
	color: #d2fc06;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#contact a:hover, #contact a:active {
	text-decoration: underline;
}

h1 {
	color: #92cbcc;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
