footer, header{
	display: block;
}

footer{
	margin:0;
	padding:0;
	
	height: 240px;
	color:#ccc;
	font-size:11px;

	position:relative;
	z-index:-2;

    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#335C33));
	background-image: -moz-linear-gradient(#303030, #335C33);

}


#footerSponsors{
z-index:1000;
border-right:2px solid #303030;
border-left:2px solid #303030;
border-bottom:1px solid #303030;
border-radius: 0px 0px 35px 35px;
background-image: -webkit-linear-gradient(#335C33, #c0c0c0);
background-image: -moz-linear-gradient(#335C33, #c0c0c0);
position:relative;
padding-top:0px;
text-align:center;
margin-left:0px;
width:1005px;
}

#footerCiti{
width:100%;
border-right:0px solid #303030;
border-left:1px solid #303030;
border-bottom:1px solid #303030;
background:-webkit-linear-gradient(left, #303030 , #484848 , #303030 );
background:-moz-linear-gradient(left, #303030 , #484848 , #303030 );
border-radius: 0px 0px 30px 30px;
}

#footerCopyright{
color:white;
font-size:12px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
position:relative;
padding-top:10px;
text-align:center;
margin-left:0px;
width:720px;
}