html { background: #fff;}

body
{
	font-size: 13px;
	line-height: 19px;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	text-align: left;
}
a:link { color: #090878; text-decoration: none;}
a:visited { color: #8C8CC0; text-decoration: none;}
a:active { color: #FFFFFF; text-decoration: underline;}
a:hover { color: #8C8CC0; text-decoration: underline;}

#wrapper
{
	position: relative;
	width: 500px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 70px 0 0 0;
}



