﻿body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #00425f;
	height: 100%;
}
#header
{
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-x;
}
#contentWrapper
{
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
#content
{
	width: 320px;
	margin: 0 auto;
	padding: 10px;
}
