body {
	padding: 	30px;
	margin: 	0;
/* 	background: #FFD8EB; */
}
#header {
/* 	font-size: 30px; */
/* 	margin-bottom: 30px; */
	text-align: center;
	position: relative;
	z-index: 10;
}
.menu {
	font-size: 12px;
	position: relative;
	top: -23px;
/* 	left: 20px; */
/* 	display: none; */
}
.logoimg img {
	background-image: none;
	background-color: #fff;
	position: relative;
	top: -3px;
}
.menu a {
	color: #aaa;
}
.menu a:hover {
	color: #000;
}

#wrapper {
	position: relative;
	z-index: 10;
/*
	width: 		100%;
	overflow-x: hidden;
*/
	float: none;
	clear: both;
	text-align: center;
}

#bg {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*
	background-image: linear-gradient(bottom, rgb(255,250,252) 37%, rgb(250,205,227) 85%);
	background-image: -o-linear-gradient(bottom, rgb(255,250,252) 37%, rgb(250,205,227) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(255,250,252) 37%, rgb(250,205,227) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,250,252) 37%, rgb(250,205,227) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(255,250,252) 37%, rgb(250,205,227) 85%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(255,250,252)),
		color-stop(0.85, rgb(250,205,227))
	);	
*/
background-image: linear-gradient(bottom, rgb(255,255,250) 37%, rgb(250,205,227) 85%);
background-image: -o-linear-gradient(bottom, rgb(255,255,250) 37%, rgb(250,205,227) 85%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,250) 37%, rgb(250,205,227) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,250) 37%, rgb(250,205,227) 85%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,250) 37%, rgb(250,205,227) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.37, rgb(255,255,250)),
	color-stop(0.85, rgb(250,205,227))
);
}

img, .not-loaded, .loaded {
	text-align:	center;
	border: 	0;
	margin: 	0px;
	background:	#DDD;
	background-image: url(bg.gif);
	color: 		#fff;
	font-family: Courier;
	font-size: 12px;
/* 	float: left; */
	clear: both;
	float: none;
	position: relative;
}
#help {
	opacity: 0;
	width: 115px;
	font-size: 13px;
	line-height: 16px;
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 30px;
	background: black;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
#loading {
	opacity: 0.5;
	text-align: center;
	width: 120px;
	height: 20px;
	font-size: 15px;
	line-height: 19px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 30px 20px;
	background: yellow;
	color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 999;
	font-family: "Comic Sans MS", "Comic Sans", "ComicSans", "ComicSansMS", "Mistral", "Brush Stroke", "Felt Marker", "Times";
}
#end {
	float: none;
	clear: both;
	font-size: 50px;
}
.hidden {
	display: none;
	width: 0; height: 0;
	font-size: 0; line-height: 0;
	color: white; background: white;
}