/* CSS Document */

body {
	background-image: url(../_img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #3e1e07;
}
