#top {
	height: 100px;
	width: 840px;
	margin: 0 auto;
	z-index: 20;
	position: relative;
	top: 25px;
	border-style: none;
}
#bubble {
	height: 120px;
	width: 200px;
	position: absolute;
	z-index: 30;
	left: 315px;
	top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	visibility: hidden;
}
#buttons  {
	height: 40px;
	width: 270px;
	left: 575px;
	position: absolute;
	top: 30px;
	z-index: 30;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: center;
	height: 515px;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/background_flipped.jpg);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #DDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	position: relative;
}
#bottom {
	height: 25px;
	width: 840px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	color: #333;
}
