html,body {
	margin: 0px;
	padding: 0;
	height: 100%; /* NEEDE FOR CONTAINER MINIMUM HEIGHT */
	background: #660000;
	background-image: url(/images/red_gradient.jpg);
	background-repeat: repeat-x;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

div#container {
	position: relative; /* NEEDED FOR FOOTER POSITIONING */
	margin: 0px 0px 0px 80px; /* LEFT MARGIN FOR RED GRADIENT */
	background: #f2f2f2;
	background-image: url(/images/grey_gradient.jpg);
	background-repeat: repeat-x;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

div#content {
	width: 800px;
	margin: 0px;
}


.cleared:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
* html .cleared {
height: 1%;
}

.cleared{display:block;}
