body {
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll; 
	background-position: top center;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1f1f1f;
	line-height: 21px;
}

a {
	color: #4486ba;
	text-decoration: none;
}


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

#footer {
	background-color: #ffffff;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-attachment: scroll; 
	background-position: top center;
}