body {
	background-color: #333333;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	background-color:#333333;
	background-repeat: repeat;
	height: 60px;
	}
	
#mural {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	background-image: url(images/mural.jpg);
	height: 441px;
	width: 3500px;
	}	

/*_________FOOTER______________________*/


#footer
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
	background-position:center;
	height: 80px;
	
}

#footer a
{
	color: #009900;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
	color: #999999;
	font-size: 11px;
}

