@charset "utf-8";
/* CSS Document */

body	{
	text-align:center;
	background-color:#000000;
	}
	
	
/* Divs */
	
#container
	{
	width: 1000px;
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: left; /* put the text back where it should be */
	}
