@charset "utf-8";
/* CSS Document */

.sponsor
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	z-index:100;
}

.container {
   min-height:90%;
   position:relative;
}
.header {
	padding:0px;
   
}
.body {
   padding:0px;
   padding-bottom:0px;   /* Height of the footer */
}
.footer {
   position:fixed;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
}
