html,body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: white;
	background-image:url(images/big_back.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #949290;
	vertical-align: bottom;
}
a{
	color: #949290;
	font-weight: bold;
	text-decoration: none;
}