
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
a, a:link {
	color:#000000;
	text-decoration:none;
	}
#container {
	width: /*80%*/800px; /* the auto margins (in conjunction with a width) center the page */
	height: 600px;
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#maincontainer {
    position:relative;
	left:0px;
	top:0px;
    width: 800px;
    height: 600px;
	border-style:solid;
	border-color:#000;
	border-width: 1px;
	}
