@charset "utf-8";
/* CSS Document */

#TopImage{
	position:absolute;
	float:right;
	height:296px;
	width:820px;
	background-image: url(Images/index.jpg);
	background-repeat:no-repeat;
	left: 140px;
	top: 0px;}
	
#MenuImage{
	position:relative;
	float:right;
	height:80px;
	width:820px;
	background-image:url(Images/indexmenu.gif);
	background-repeat:no-repeat;
	z-index: 28;
}

