body {
	background-color: #858873;
	color: #B3B5A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(splash-tv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#shutter {
	position: absolute;
	width: 100%;
	height: 460px;
	left : 0px;
	top : 50%;
	margin-top : -230px;
}
div#titleContainer {
	float: right;
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	clear: both;
	padding-top: 3em;
	width: 50%;
	padding-right: 20%;
	color: #565847;
}
div#menuContainer {
	position : absolute;
	width: 200px;
	height: auto;
	left : 50%;
	top : 50%;
	margin-left : 30px;
	margin-top : 150px;
}
a {
	color: #CAD5CD;
}
a:hover, a:active {
	text-decoration: none;
}

