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

html,  body {
	height:100%;
}
#container {
	z-index: 10;
	min-height:100%;
	position:relative;
	background-color: transparent;
}
#topbar {
	padding:0px;
}
#middle {
	padding-bottom:30px;	/* Height of the footer */
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#botbar {
	vertical-align: bottom;
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;			/* Height of the footer */
}

.clearer {
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* HEADER AND FOOTER */


#header {
}

#footer {
}

	
#body-background {
	background-color: #076cb7;
}

	