/* Start of CMSMS style sheet 'placeholder' */
body {
   background-color: black;
   }
#content {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#logo {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0px auto;
	}
#logo img {
        margin:0;
        padding:0;
        }

/* End of 'placeholder' */

