{
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 150px; /* .push must be the same height as .footer */
	padding:10px 0px 80px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	color:#3b5aac;
	background-color:#ccd6ef;
	background:#ccd6ef url("../images/bg_footer.jpg") top left repeat-x;	
}

.footer a {
	color:#3b5aac;
	text-decoration:none;
}

.footer a:hover {
	color:#35364d;
	text-decoration:underline;
}

