body {
	margin:0px;
	background-color: #1D82E5;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	}

p {
	margin:0;
	}

img {
	border-style:none;
	padding:0px;
	margin:0px;
	}

#header_logo {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header_logo.png);
	background-repeat:no-repeat;
	width: 500px;
	height: 312px;
	}

#header_bg {
	left:50%;
	margin-left:-500px;
	width: 975px;
	height: 500px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	z-index:-5;
	}