﻿body 
{
	text-align:center;
	width:800px;
	margin:0px auto;
	font-family:Trebuchet MS;
	background-image:url('../images/background.png');
}

#header 
{
	
	background-repeat:repeat;
	text-align:center;
	height:75px;
	width:800px;
}
#content 
{
	background-repeat:repeat;
	width:800px;
	min-height:500px;
}

#footer 
{
	background-repeat:repeat;
	text-align:center;
	width:800px;
	height:100px;
}