/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("nav.css");
@import url("template-content.css");


/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #f00;} 
*/

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	color: #000;
	background-color: #FFF;
}

#container {
	width: 95%;
	height: 100%;
	margin: auto;

}

#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 55px;
}
	
	#footer #footerbar img {
		display: none;
	}
