﻿html, body, #pageForm
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{
	/*background: #aaa url(../Images/bg.gif) repeat-x;*/
	background-color: #eee;
}
#wrapper
{
	width: 780px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
}
#header
{
	position: fixed;
	top: 0;
	width: 760px;
	height: 70px;
	background: #fff;
	padding: 0 10px;
}
#navigation
{
	position: fixed;
	top: 70px;
	width: 780px;
	height: 40px;
	background: #45c3d3;	
}
#content
{
	padding-top: 110px;
	padding-bottom: 115px;
	background: #fff;
}

#footer
{
	position: fixed;
	width: 780px;
	bottom: 0;
	height: 26px;
	background: #555;
	border-top: solid 10px #888;
	padding-bottom: 10px;
}
