body
{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    background: #FFFFFF; color: #000000;
    margin: 0;
}

div#container {
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: static;
}

div#header
{
	position: absolute; top: 0px; left: 0px;
    background: url(cmgradient.jpg) 0% 0% repeat-x;
    border-bottom: 2px solid #0000CC;
}

div#dots
{
    background: url(dots.png) 0% 0% repeat;
}

img#banner
{
	position: absolute; top: 0px; right: 0px;
}

div#header, div#dots
{
    width: 100%;
    height: 170px;
}

div#content
{
	position: relative; top: 170px;
	padding: 1ex 3ex 0 3ex;
}

div#footer
{
	position: absolute; right: 1em; bottom: 0.5em;
	font-style: italic;
	font-size: 50%;
}

div#content h1, div#content h2
{
	text-align: center;
}

