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 {
	text-decoration: underline;
	position:relative; 
	top:1px; 
	left:1px;}
#header { 
	width:754px;
	height:265px;
	text-align:center;
	background-image:url(images/header-image.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:relative; margin-left:auto; margin-right:auto;}
