/* 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;
	background: #FFF;
}

#container {
	width: 100%;
	height: 100%;
	margin: auto;
}

#flacontainer {
	display: none;
}

#header {
	display: none;
}
 
#main {
	position: relative;
	float: left;
	width: 100%;
}

#footer {
	display: none;
}

#colleft {
	display: none;
}

#colright {
	display: none;
}

#icobox {
	display: none;
}
