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

body{
	background-image:url(../_images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:921px;
}
