body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(/images/black_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #131313;
	color: #AAA;
}
