body {
	background-color: #FCF9F6;
	height: 100%;
	margin: 0px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 80%;
	
}


a {outline: none; }
a img {outline: none;
border-style: none; }


a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #A0A0A4
}
a:active {
	color: #A0A0A4
}


#frontbox {
	margin:auto;
	height:500px;
	
}



#box {
	position: relative;
	margin-top: 3%;
	margin-bottom: auto;
}


#top  {
	min-height: 120px;
	text-align: center;
}

#central  {
	position: relative;
	text-align: center;
}

#form   {
	width: 600px;
	margin-left: 180px;
	text-align: left;
	
}


#central img {left: auto; right: auto;
text-align: center; /* This is for IE */}

#title  {
	vertical-align: middle;
	height: 10%;
	}
#bottom  {
	height: 150px;
}
#bottom .mid  {
	text-align: center;
}

#bottom .side  {
	text-align: center;
	width: 300px;
}
