﻿/*##################### 
id containers	
######################*/


#container1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/temp.html);
	background-repeat: no-repeat;
	min-height:700px;
	height:auto !important;
	height:700px;
	padding: 0px 25px 25px 25px;

}
#contentContainer
{
    clear: both;
    background-image: url('../images/banners/homepage_image.jpg');
    background-repeat:no-repeat;
    min-height:440px;
	height:auto !important;
	height:440px;
	
}


