body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #fff;
	color: #000;
	text-align: center;
 	min-width: 600px;
}
a {
	color: #000;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a:hover { color: #00001f; }
#title { margin-top: 20px; text-align: center; }
#content {
	border: solid thin #606060;
	width: 600px;
	height: 410px;
	padding: 30px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(/img/bg.jpg) no-repeat;
}
#contact {
	margin-top: 200px;
	padding-left: 10px;
	font-size: small; 
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#discover { border-top: solid thin #606060; width: 200px; padding-top: 20px; }
#menu { position: absolute; bottom: 10px; }
#menu span { padding: 0 32px; }