*, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.gif) repeat center;
	margin: 0 auto;
	text-align:center;
	height: 537px;
	overflow: hidden;
}

.topBg {
	background: url(../images/bg_top.gif) repeat-x center;
	display: block;
	height: 300px;
	text-align: center;
}

.flower {
	position: relative;
	background: url(../images/flower.gif) no-repeat center;
	width: 339px;
	height:406px;
	display: block;
	top: -300px;
	margin: 0 auto;
}

.headerWrapper {
	position: relative;
	width:178px;
	margin: 0 auto;
	text-align: center;
	top: -438px;
	display: block;
}

.header {
	background: url(../images/header.gif) no-repeat center;
	width:171px;
	height:33px;
	display: block;
	margin: 0 0 0 0;
}

a.btnShort {
	background: url(../images/btn_short.gif) no-repeat;
	width: 178px;
	height: 55px;
	display: block;
	margin: 10px 0 0 -3px;
}

a.btnLong {
	background: url(../images/btn_long.gif) no-repeat;
	width: 178px;
	height: 55px;
	display: block;
	margin: 10px 0 0 -3px;
}

.req {
	background: url(../images/req.gif) no-repeat center;
	width: 94px;
	height: 20px;
	display: block;
	margin: 30px 0 0 38px;
	_margin-left: -4px;
}

.flash {
	background: url(../images/get_flash_player.gif) no-repeat;
	width: 112px;
	height: 33px;
	display: block;
	margin: 10px 0 0 27px;
	_margin-left: -4px;
}

