﻿* { margin: 0; padding: 0; }
body { height: 100%; background: #ffffff url(images/background.jpg) no-repeat fixed center 0px; font-size: 100%; }
ul { list-style: none; }
a:visited {
	color: #001d51;
}
a:link {
	color: #001d51;
}
a:active {
	color: #000000;
}

#container {
	width: 600px;
	margin: 0px auto;
}

#header {
	width: 100%;
	
}
#content {	/* Note: 20px less than container, leaving 10px margin on either side */
	position: relative;
	top: 30px;
	width: 580px;
	margin: 0px auto;
}

#footer {
	position: absolute;
	font: 0.7em Arial, Helvetica, Verdana;
	bottom: 15px;
	clear: both;
	float:none;
	width: 600px;
	text-align: center;
	
}

