

html, body {
        color: black;
        background: #09111c;
	padding-top: 15px;
        }

div#titlebar {
	float: center;
	height: 105px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	color: black;
	text-align: center;
	background: black;
	padding-top: 5px;
	z-index: 1;
	}

div#main {
	float: center;
	font-family: Arial;
	color: black;
	background: white;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 10px;
	z-index: 2;
	}







