html,body
{
	height: 100%;
	background: #eaebed url(../images/background.jpg) repeat-x;
}

#container
{
	width: 1000px;
	background: transparent url(../images/background-middle.jpg) repeat-y;
	margin: auto;
}

#container-top
{
	min-height: 607px;
	background: transparent url(../images/background-top.jpg) no-repeat;
}

#container-bottom
{
	height: 60px;
	background: transparent url(../images/background-bottom.jpg) no-repeat;

}

#main
{
	padding: 85px 0px 18px 35px;	
	text-align: left;
}
