/* PAGE/GENERAL */
html 		{	height: 100%;	}
* 			{	margin: 0; padding: 0; }

td {font-size: 11px;}

body		{
					background-color: #FAFAF8;					
					color: #363738;
					line-height: 1.4em;
					font-family: tahoma, Arial, Helvetica, sans-serif;
					font-size: 11px;
					text-align: center;
					height: 100%;
				}
				
#page		{						
					position: relative;	
					width: 811px;					
					margin: 0 auto;
					min-height: 100%;
					text-align: left;
					background-image: url(../images/tlo.jpg);
					background-repeat: repeat-y;	
					/*border-left: 1px solid #D4D4D2;
					border-right: 1px solid #D4D4D2;					*/
				}

* html #page{
				height: 100%;
				}
/* HEADER */
#header	{										
					background-color: #FAFAF8;
					height: 133px;
					margin: 0 0 0 0;					
				}
/* CONTENT */
#content{	
					margin: 0px 15px 0px 15px;
					border-top: 0px solid #C6C6C6;
					padding-top: 1px;
					clear: both;
					padding-bottom: 70px;										
					/*min-height: 459px;*/
				}
/* FOOTER */
#footer	{
					position: absolute;
					bottom: 0;
					height: 55px;
					width: 811px;
					text-align: right;					
					color: #BDBEC0;					
					line-height: 1.5em;
				}
