/* CSS Document */

/*=====================
    basic elements 
=====================*/
body {
	background-image: url(bofpage.png);
	background-position: top;
	background-position: top;
	background-repeat: no-repeat;
	background-color:white;
	margin:10px 15px 20px 10px;
	padding:0px;
	height: 600px;
	width: 800px;
	color: #CCCC00;font-family: Georgia, serif;
	font-size: 14px;
	color: brown;
	margin: 10px 15px 20px 10px;
	line-height: 16px;
}
p { 
	padding:0;
	margin:0;
	padding-bottom:0.4em;
	text-indent:1em;
	text-align:center;
}
h3 {
	margin-top: 16px;
	margin-right: 23px;
	margin-bottom: 17px;
	margin-left: 3px;
	text-align:left;
	color: #000000;
}
a:link, a:visited, a:hover, a:active { 
	font-style:italic;
	color:black;
	font-weight:300;
	text-decoration:none;
}
acronym{
	text-decoration:none;
	border-bottom:none;
	font-weight:bold;
	cursor:help;
}
/*=====================
   main stuff 
=====================*/

	
#signup {
	position: absolute;
	top: 15px;
	left: 20px;
	bottom: 22px;
	height: 40;
	width: 300px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#datext  {
	position: absolute;
	top:189px;
	left: 35px;
	bottom: 22px;
	height: 40;
	width: 165px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
	
#subscribe {
	position: absolute;
	top: 90px;
	left: 50px;
	bottom: 22px;
	height: 40;
	width: 250px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}



