#vertpos{
	text-align: center;/*dont change*/
	position: absolute;/*dont change*/
	top: 10px;/*dont change*/
	left: 0px;/*dont change*/
	width: 100%;/*dont change*/
	height: 1px;/*dont change*/
	overflow: visible;/*dont change*/
	visibility: visible;/*dont change*/
	display: block/*dont change*/
}

#container{
	text-align:center;
	/*margin-left is NEGATIVE HALF your content width */
	margin-left: -400px;
	position: absolute;/*dont change*/
	/*top is NEGATIVE HALF your content height */
	top: 0px;
	left: 50%;/*dont change*/
	/*change width and height to suit */
	width: 800px;
	height: ;
/**********************************/
	visibility: visible;/*dont change*/

}
 
DIV{ -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0; }
body { width: 800px; margin: 0px auto; padding: 0px; border: 0px; background-color: #eaeaea; 
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; position: relative; }
a{ color:#06f; text-decoration:none; }
a:hover{ color:#89B5F7; text-decoration:underline; }

#sitemap{ background-color:#FFF; font-size:12pt; padding:2em; }
