/* Stylesheet.css */

/* Body text and page background */
body{
    font-family: 'Comic Sans MS', Sans-Serif;
    font-size: 16px;
    color:#000000;
    background-color: #069;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	}
	
div.links{
	position:absolute;
	left: 50%;
	margin-left: -517px;
	top:100px;
	width:1035px;
	height:700px;
}

