@charset "UTF-8";
body {
	background-image: url(../Images/Background/background.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #000;
	background-attachment: fixed;
}
#body {
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 100%;
	top: 50px;
}
