﻿body 
{
    background-color: #FAF5C5;
    margin: 0px;
	margin-top: 0px;
	padding: 0px;
	
	min-height: 99%;
	height: auto !important;
	height: 99%;
	width: 99.5%;
	
	/*border-width: 1px;
	border-color: red;
	border-style: solid;*/
}
.div_container
{
    width: 100%;   
    text-align:center; 
    min-height: 550px;
	height: auto !important;
	height: 90%;
	
	/*border-width: 1px;
	border-color: green;
	border-style: solid;*/
}
#Image1 
{
    padding-top: 10%;
}

.footer
{
    text-align:center;
    width: 100%;
    min-height: 50px;
	height: auto !important;
	height: 10%;  
}
.footer p
{
    color: #645F2F;
}
.footerL
{
    width: 22%;
	height: auto;
	margin-left: 0%;
	left: 0;
	position: relative;
	float: left;    
}
.footerCR
{
    width: 77%;
	height: auto;
	position: relative;
	float: right;
	/*left: -2px;
	margin-bottom: 10px;*/
}
.footerC
{
    width: 63%;
	height: auto;
	left: 0;
	position: relative;
	float: left;
	z-index: 500;
}
.footerR
{
    width: 32%;
	height: auto;
	right: 0;
	position: relative;
	float: right;
}