body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, "Arial";
	background-color: darkred;
	color: whitesmoke;
}

#header {
	/*position: fixed;*/
	height: 120px;
	font-size: 48px;
	line-height: 120px;
	text-align: center;
	width: 100%;
	background-color: darkred;  
}

#selection {
	position: fixed;
	font-size: 30px;
	text-align: center;
	width: 100%;
	z-index: 1000;
}


#contentContainer 
{
	padding-top: 20px;
	width: 960px;
	margin: 0px auto;
	text-align: center;
}

.navLink
{
	position: relative;
	top: -24px;
}
a
{
	text-decoration: none;
	color: whitesmoke;
}

.bracket 
{
	font-size: 128px;
}

.clear {
	clear: both;
}