html, body {
	text-align:center;
	background: #FFFFFF;
	top:0px;	}

IMG {
	border:none;	}

#container {
	text-align:left;
    margin: 0px auto;
    width: 910px;
    min-height: 400px;    }
    
#topholder {
    clear:both;
	width:910px;
	height:80px;    }

#topholder #toplogo {
	height:60;
	width:910px;
	background: #FFFFFF;
	clear:both;
	float:left;    }

#topholder #topmenu {
	height:20;
	width:910px;
	background: #FFFFFF;
	clear:both;
	float:left;
	text-align:left;    }
	
#middleholder {
    clear: both;
	width:910;
	min-height:400px;    }
    
#middleholder #contentholder {
    width: 910px;
	clear: both;
    background: #FFFFFF;
    min-height: 300px;    }
    
#bottomholder {
    clear: both;
    background: url(/Files/System/bottomimage.png);
    height: 20px;
	width:910px;    }