html, body
{
	height: 100%;
	margin:0px;
}

a {color:#003366;}
 

body
{
	font-family: Tahoma;
	font-size: 0.75em;
	color:#003366;
	margin: 0px;
	background: url(images/bkg.gif) left top repeat #f0f1f1;
	text-align: center; /* for IE */
}

#container
{
	margin: 0 auto; /* align for good browsers */
	text-align: center; /* counter the body center */
	border: 0px solid #000;
	width: 80%;
}

#spacer
{
}

h2
{
	
}

.Button
{
	font-family:Tahoma; 
	font-weight:bold;
	border: 1px solid #006699;
	color:#003366;
		
}

#footer
{
	width:750px;
	text-align:right;
	padding-top:5px;
}