/*
body {
	background: #7EB5CE;
}
*/

body {
	margin: 0px;
	background: #f1be6f url('../images/noflash/bg-body.jpg') repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}


/* !NO FLASH */

#noflash_content {
	position: relative;
	height: 475px;
	width: 569px;
	margin: 69px auto 20px auto;
}

#speech_bubble {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 157px;
	width: 335px;
}

#buttons {
	position: absolute;
	z-index: 15;
	top: 126px;
	left: 25px;
	height: 50px;
	width: 186px;
}
#buttons img {
	margin-bottom: 7px;
}
#buttons a img {
	border: none;
	opacity: .9;
	filter: alpha(opacity=90);
}
#buttons a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#desk {
	position: absolute;
	z-index: 5;
	right: 0px;
	bottom: 0px;
	height: 401px;
	width: 528px;
}
#desk img {
	background: url('../images/noflash/bg-gifts_shadow.png') no-repeat right bottom;
	_background: none;
}