/* 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-color: #1e1b1d;
}

#container {
	width: 900px;
	height: 100%;
	margin: auto;
}

#headerlog {
	position: relative;
	float: left;
	height: 20px;
	width: 100%;
	background-color: #0090D5;
}

#header {
	position: relative;
	float: left;
	height: 100px;
	width: 100%;
}

#imgcontainer {
	position: relative;
	float: left;
	height: 130px;
	width: 100%;
}

#navbar {
	position: relative;
	float: left;
	height: 29px;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #FFF;
	background-attachment: scroll;
	background-image: url(../assets/img_navbarbgr.jpg);
	background-repeat: repeat-x;
}

#main {
	position: relative;
	float: left;
	width: 100%;
}

#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../assets/img_containerbgr.jpg);
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 55px;
}
