html	{
	margin:0em;
	padding:0em;
	}
body	{
	margin:0em;
	padding:0em;
	background: #DDDDDD /*url('/images/bg.png') repeat-x top left*/;
	}
#container{
	position: relative;
	left: 12em;
	top: 0em;
	right: 12em;
	bottom: 0em;
        width: 54em;
	background: #ffffff;
	min-width: 50em;
        min-height: 30em;
        clear: both;
	}
#banner{
	position:relative;
	left: 0em;
	top: 0em;
	right: 0em;
	height: 8em;
	background: #FFFFA8;
	}
#nav{
	position:relative;
	left: 0em;
	top:0em;
	height: 2em;
	background: #FFFF99 url('/images/nav.png') repeat-x top left;
	}
#button{
	position: relative;
	left: 0em;
	top: 0.25em;
	right: 0em;
	bottom: 0em;
	float: left;
	background: #8F0100;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #FFFF99;
	border-right: 1px solid #FFFF99;
	}
a.button:link {color:#FFFFFF}
a.button:visited {color:#FFFF99}
a.button:hover {color:#FFFFFF;}
a.button:active {color:#0000FF}

#centerbox{
	position:relative;
	margin-top: 0.25em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	}