html {
	height: 100%;
}
#welcome {
	background-color: #FFFFFF;
	background-image: url(../images/intro_more_a.gif);
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	cursor:pointer;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#sounddiv {
	float: right;
	margin-top: 35px;
	cursor:pointer;
}
#header {
	display: none;
}

