body {
    font-family: sans-serif;
	font-size: 11pt;
	text-align:center;
	background-color:#000000;
	overflow-y:scroll;
}

a {
    color:#0000FF;
	text-shadow:#FFFFFF 0 0 2px;
}

#headerTop {
    width: 100%;
	text-align:center;
	background-color:#000000;
	margin-bottom:1em;
}

#headerContainer {
    width: 100%;
	max-width: 1366px;
	position: relative;
	height: 0;
	padding: 13.0307467% 0 0 0;
	overflow: hidden;
	margin: 0 auto;
}

#headerImage {
    position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contextBox {
    background-color:#CCCCCC;
	border-radius: 10px;
	padding:10px 8px;
}
