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


/* General decl */

.body 		{
 			margin: 0;
			padding: 0;
			background-color: #2A2A2A;
			background-image: url(img/bg_900_grey.gif)
			}

/* Page layout */

#container  {
			z-index: 2;
			text-align: center;
    		margin-top: 0px;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding: 0;
			width: 1024px;
			height: 900px;
			}

