
/* BCDC.US */


* 			{ margin: 0px }


body		{
        	background-color: #1C1811;
			}
			
			
#wrapper	{
			position: absolute;
			top: 50%;
			width: 100%;
			}

#content	{
			position: absolute;
			background-color: #1C1811;
			left: 50%;
			width: 930px;
			height: 500px;
			margin-left: -465px; /* half of w */
			top: -250px; /* half of h */
			}