@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	#centerThis: center;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

body # centerThis {
	margin-left: 0;
	margin-right:0;
	align: 0 auto;
	width: 950px;
}

