@charset "utf-8";/* CSS Document */
body {
	background-image: url(images/body_hg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;

}




#container{
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height: 250px;
	width: 800px;
	background-image: url(images/layout_01.png);
}

#content{
	background-image: url(images/layout_02.png);
	height: 338px;
	width: 800px;
}
#footer{
	background-image: url(images/layout_03.jpg);
	height: 84px;
	width: 800px;
}
