﻿html, body
{
	margin: 0;
	padding: 0;
}
body
{
	background: url(Images/bg-body.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrap
{
	position: relative;
	width: 770px;
	margin: 0 auto;
}
#header
{
	height: 30px;
	background: #8CBE27;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#content
{
	position: relative;
	float: left;
	min-height: 540px;
	background: #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #555555;
}
.footer
{
	float: left;
	height: 25px;
	width: 770px;
	background: #888888;
}