/* CSS Document */
body {
	text-align:center; 
	margin-top: 0px;
	padding:0; 
	background-color:#eceded;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(images/mainBG.jpg);
	background-repeat:repeat;
}

div#container {
	position:relative;
	text-align: center;
	width:806px;
	w\idth: 806px;
	height:100%;
	clear:both;
	overflow:hidden;
	background-image:url(images/containerBG.jpg);
	background-repeat:repeat-y;
}

content {
	height: 415px;
	background-image:url(images/contentBG.jpg);
	background-repeat: no-repeat;
	margin-bottom: 35px;
}

div#footer {
	height: 25px;
	background-image:url(images/footerBG.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;	
	line-height: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

div#footer a:hover {
	text-decoration:none;
	color:#000000;
}