#menu_layer {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 82px;
	top: 300px;
}
#heading_layer {
	position:absolute;
	width:200px;
	height:64px;
	z-index:20;
	left: 345px;
	top: 227px;
}
#content_layer {
	position:absolute;
	width:400px;
	height:64px;
	z-index:30;
	left: 347px;
	top: 303px;
}
body {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
