body {
	background: url(../img/bg_grad.jpg) repeat-x;
	margin: 0;
	
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

a {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

