html, body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	text-align:center; 
	background-color:#F7F7F7; 
}

a:link,a:visited   {color: #777; text-decoration:none; }
a:hover            {color: #EEC00A; text-decoration:none; }


table, img {border:none; }

#content {
	width: 100%;
	height: 100%;
    min-height: 100%;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	position: relative;
}

/*
#outer {
    height: 450px;
	position: relative;
	top: 50%;
}

#inner {
    height: 450px;
	position: relative;
	top:-225px;
}
*/
#outer {margin-top:100px; }
.footer{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;color:#828282;}
.footer a.no_underline{text-decoration:none;color:#828282;}
.footer a.no_underline:hover{text-decoration:none;color:#828282;}
