#container{
	text-align: center;
	width: 800px;
	margin: 0px auto;
}

H1{
}

#image{
	margin-bottom: 5px;
	height: 250px;
	background: url(../img/image.jpg) no-repeat center 0%;
}

#image .text{
	float: right;
	width: 300px;
	text-align: left;
	margin: 10px 5px 10px 0px;
}

#news{
	float:left;
	width:500px;
	height:100px;
	background: url(../img/news_bg.gif) no-repeat;
	text-align:left;
}

#news UL{
	margin: 5px;
}

#contact{
	float: right;
	width: 295px;
	height:100px;
	background: url(../img/contact_bg.gif) no-repeat;
}

#contact .text{
	dispaly: block;
	margin: 35px 5px 5px;
}
