* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font: 1em/2em Helvetica, Arial, sans-serif;
	color: #FFF;
	background-color: #000;
}
html, body {
	height: 100%;
}
#centeredcontent {
	width: 350px;
	height: 450px;
	position: absolute;
	top: 50%;
	margin-top: -225px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background: #007FFF url(/images/header-shadow.gif) no-repeat right top;
	z-index: 110;
}
#header h1 {
	font-size: 1em;
	margin: 0 0.5em 0.2em 1em;
	display: inline;
}
#header h1 a:link, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover, #header h1 a:active {
	color: #bdd1ec;
}
#header h2 {
	font-size: 0.8em;
	display: inline;
	font-weight: normal;
}
ul.crossfade {
	list-style: none;
	position: relative;
}
#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#leftcol {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
}
#rightcol {
	position: absolute;
	right: 0;
	width: 600px;
	font-size: 0.8em;
	line-height: 2em;
	
    height: 100%;
    display: table;
}
#rightcol h2 {
	font-style: italic;
}
#rightcol .centeredparagraphs {
    display: table-cell;
    vertical-align: middle;
}
#rightcol a:link, #rightcol a:visited {
	color: #007fff;
	text-decoration: none;
}
#rightcol a:hover, #rightcol a:active {
	color: #bdd1ec;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	font-size: 0.6em;
	line-height: 1em;
	z-index: 110;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
#footer p {
	display: inline;
	color: #bdd1ec;
	margin: 0 1em;
}
#footer a:link, #footer a:visited {
	color: #007fff;
	text-decoration: none;
}
#footer .alignLeft a:hover, #footer .alignLeft a:active {
	color: #bdd1ec;
}
.alignRight {
	position: absolute;
	bottom: 0.3em;
	right: 1em;
}