body {
	background-repeat: repeat-x;
	background-color:#ffffff;
	background-image:url(bg.jpg);
}
#content {
	width: 640px;
	left: 10px;
	top: 10px;
	height: 480px;
	position: absolute;
	z-index:10;
	overflow: hidden;
	text-align: center;
}
#menu {
	width: 84px;
	left: 288px;
	top: 496px;
	height: 29px;
	position: absolute;
	z-index:1;
	overflow: hidden;
	text-align: center;
}
img {
	border-width:0px
}