body{
background-color:#cecece;
font-family: Arial;
font-size: 16px;
}
#header{
	height:100px;
	width: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}



img{
	border: #000000 solid 2px;	
}

#content{
	border-left: #ffffff solid 2px;
	border-right: #ffffff solid 2px;
	border-top: #ffffff solid 2px;
	height: auto;
	width: 800px;
	margin-left: auto ;
    margin-right: auto ;
}
#text{
	float:left;
	text-align:center;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:200px;
}

#design{
	width:auto;
	height:auto;
	float:left;
	}

#realestate{
float:right;
}
