body 
{
	font-size:medium;
	font-family:Arial;
}

#header
{
	width:900px;
	text-align:center;
	font-size:xx-large;
	font-weight:bolder;
	font-family:Arial;
	color:White;
	background-image:url("images/background.png");		
	background-repeat:repeat;
}

#main
{
	width:880px;
	text-align:left;	
}

#menu
{
	width:900px;
	text-align:left;
	font-size:medium;
	font-family:Arial;
	color:White;
	background-image:url("images/background.png");		
	background-repeat:repeat;	
}

#footer
{
	width:900px;
	text-align:center;
	font-size:small;
	font-family:Arial;
	color:White;
	background-image:url("images/background.png");		
	background-repeat:repeat;
			
}