@charset "UTF-8";
body {
	background-image: url(../images/background_repeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#switch {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#black {
	background-image: url(../images/background_repeat_black.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 1080px;
	width: 1920px;
	z-index: 1000;
	position: absolute;
}
#sound {
	position: absolute;
	right: 20px;
	bottom: 0px;
	overflow: hidden;
	height: auto;
	text-align: center;
}
