body
{
	background:#e9eaeb;
}
.container
{
	width:90%;
	background:#f1f1f1;
	border:1px solid #5C5C5C;

}
.banner
{
	font-size:36px;
	text-align:center;
	font-weight:bold;
	width:90%;
	height:150px;
	background:white;
	
}
.menu
{
	
	width:90%;
	
	
}
.functionality
{
	float:middle;
}
.footer
{
	width:90%;
	background:#818181;
	height:50px;
	color:white;
	text-align:right;
	font-family:calibri;
	font-size:13px;
	/*background-image:url('../images/header.gif');*/
}
.footer a
{
	color:white;
	text-decoration:none;
}