body {
	background: #444;
	font-family: verdana;
	color: #FFF;
}
.con {
	font-family: Verdana;
	margin-left: -250px;
	position: absolute;
 	top: 300px;
	left: 50%;
	width: 700px;
	height: 300px;
}

.link {
	position: absolute;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #A25B50;
	text-decoration: underline;
}

.maintext {
	font-size: 150px;
	position:absolute;
	top:100px;
	left:-110px;
	right:-80px;
	color:#999;
}
.topbar {
	font-size: 13px;
	color: #000;
	font-family: tahoma;
	background: #575657;
	padding: 7px;
	width: 100px;
	margin: 0px;
	position: absolute;
	top: 0px;
	-moz-border-radius: 0 0 5px 5px;
	text-align: center;
}
.makeform {
	font-family: tahoma !important;
	font-size: 13px;
	color: #000;
	background: #575657;
	width: 45%;
	position: absolute;
	top: 0px;
	padding-top: 7px;
	padding-left: 24px;
	padding-right: 14px;
	padding-bottom: 14px;
	left: 100px;
	-moz-border-radius: 0 0 5px 5px;
}
input {
	font-family: tahoma;
	display: inline;
}
.notice {
	font-size: 9pt;
	position:absolute;
	top:0px;
	color: #aaa;
	font-family: Verdana;
	padding: 2px;
}
