#head{
	background-image:url(../img/bg_head.jpg);
	background-position: center top;
	height: 104px;
	background-repeat: no-repeat;
}

#main{
	background-image:url(../img/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#bottom{
	background-image:url(../img/bg_bottom.jpg);
	background-position: center top;
	height: 90px;
	background-repeat: no-repeat;
}