body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#84edff;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Tahoma, Verdana;
	text-align: center;
	font-size:13px;}
a, a:link {
	color:#004a9a;
	text-decoration:none;}
a:hover {
	background-color: #ffed00;
	text-decoration: none;
	position:relative; 
	top:1px; 
	left:1px;}
#header { 
	margin-left: auto;
	margin-right: auto;
	width:754px;
	height:265px;
	background-image:url(images/header-image.jpg);
    background-position: 50% 50%; 
	background-repeat:no-repeat;
