/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('adapt.jpg');
	background-position: top center;
	background-attachment:scroll;
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 0;
	
}
a:link {color: #000000; text-decoration: none; }
a:active {color: black; text-decoration: none; }
a:visited {color: #black; text-decoration: none; }
a:hover {color: #green; text-decoration: none;}