html {
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#BCC3BC;
	text-align:center;
}

.headerx{
	width:700px;
	top:0px;
	height:156px;
	background-color:#FFD9D8;
	border-bottom:thin #CCCCCC solid;
	margin:0 auto;
}
.banner{
position:relative;
top:0%;
}
.container{
	position:relative;
	width:700px;
	top:0px;
	background-color:#FFFFCC;
	margin:0 auto;
	text-align:left;
}
.nav{
	position:absolute;
	width:120px;
	top:0px;
	background-color:#FFFFFF;
	border-right: thin #CCCCCC solid;
	margin: 0,0,0,0;
	height:100%;
	left: 0px;
	text-align:center;
}
.main{
	position:relative;
	margin-left:160px;
	width:540px;
	top:0px;
	font-family:"Comic Sans MS";
}
