/* PAGE/GENERAL */
html{
	height: 100%;
	/*border:2px solid red;*/
	
}

* {
	margin: 0;
	padding: 0;
	/*border:2px solid yellow;*/
}

body{
	background-color: #ffffff;
	background-position: top center;
	background-image: url(img/tlo.jpg);
	background-repeat: repeat;
	/*border:2px solid orange;*/
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	height: 100%;
}

#page{
	position: relative;
	background-color: #FAF2EB;
	background-image: url(img/tlobody.jpg);
	background-repeat: repeat-y;
	background-color:#906945;
	padding:0px;
	width: 900px;
	margin: 0 auto;
	min-height: 99%;
	border:0px solid red;
	text-align: left;
}

* html #page{
	height: 100%;
	/*border:2px solid black;*/
}
/* HEADER */
#header{
	height: 384px;
	margin: 0px 0px;
	background-color: #FAF2EB;
	/*border:2px solid red;*/
	color: #fff;
}
/* CONTENT */
#content{
	padding-top: 0px;
	padding-bottom: 37px;
	/*border:2px solid blue;*/
	text-align:center; 
}
/* FOOTER */
#footer{
	position: absolute;
	bottom: 0;
	height: 36px;
	width: 900px;
	/*margin-left: 0px;*/
	background-color: #FAF2EB;
	background-image: url(img/1_06.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
	color: #906945;
	margin:0px;
	text-align: center;
	line-height: 1.5em;
	overflow:hidden;
	border:0px solid green;
}
