html, body{
	background-color:#4a4a4a;
	font-family:Arial;
	font-size:13px;
	color:#2d3934;
	height:100%;
	margin:0px;
	background: url("../_images/bg.jpg") no-repeat top center; 
	padding:0px;
}

a{
	color:#aeb91d;
	text-decoration:none;
}