@charset "UTF-8";
/* CSS Document by s2theh.com */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../site_images/fatsounds-home-v3.jpg) top center no-repeat #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 950px;  
	margin-left: auto;
	margin-right:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:975px;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}