body, html {
		padding:0;
		background:#ffffff;
		background-image: url(images/tile.png);
		background-repeat: repeat-x;
;
		color:#000;
		}
body {
		text-align: center;
		width:832px;
		margin-top:0;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		font-family: Verdana, Helvetica, Arial, san-serif;
		font-size: 16pt;
		}
	p {
		
		}
	a {	
		overflow: hidden;
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
		}
	a:hover {
		color: #000;
		font-weight: bold;
		}
	a:active {
		color: #000;
		font-weight: bold;
		}

	#header {
		text-align: center;
		position:absolute;
		top:0;
		left:0;
		}

	#main {
		text-align: right;
		position:absolute;
		left:0px;
		top:463px;
		width:700px;
		z-index:5000;
		}

	
	