body {
	border:0px;
	margin:0px;
	background:url(images/backgroundBody.gif) center top;
	text-align:center;	
	font-family:Arial;
	font-size:10pt;
	color:#666666;
}

#container {
 	position:relative;
	margin:auto;
	background:url(images/backgroundContainer.gif);
	width:720px;
	
}

#header {
 	position:absolute;
 	z-index:1;
	width:720px;
	height:573px;
	background:url(images/backgroundHeader.jpg);
}

#menu {
	position:relative;
	z-index:2;
	padding-top:140px;
	width:720px;
	text-align:center;
}

#content {
	position:relative;
	z-index:2;
	margin:auto;
	width:450px;
	padding:20px 0px 20px 0px;
	text-align:left;
}

#footer {
 	position:relative;
 	margin:auto;
	width:720px;
	height:69px;
	background:url(images/backgroundFooter.gif);
	z-index:2;	
}