/* 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%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: left;
	background-color: #FFF;
}

#container {
	width: 100%;
	height: 100%;
	width: 950px;
	margin: auto;
}

#headerlogo  {
	position: relative;
	float: left;
	width: 100%;
	background-attachment: scroll;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(../assets/img_ict.gif);
}

#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

	#main {
		position: relative;
		float: left;
		width: 950px;
		height: 100%;
		background-attachment: scroll;
		background-image: url(../assets/img_cntbgr.jpg);
		background-repeat: repeat-y;
	}

	#footer {
		position: relative;
		float: left;
		width: 100%;
		height: 45px;
		margin: 0px;
		padding: 0px;
		border-top: 5px solid #B10233;
	}
	
#footerprint {
	display: none;
}
