	body {
		text-align:center;
		margin:0px;
		background:#000000 url(images/main-bg.jpg) no-repeat fixed center bottom;
		height:100%;
	}
	
	#container{
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	#nav{
		width: 780px;
		height:40px;
	}
	div, p, td {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
	}
	a {
		color:#FFFFFF;
		font-weight:bold;
	}
	#bordertop {
		width: 780px;
		height:31px;
	}
	#borderbottom {
		width: 780px;
		background-image:url(images/border-bottom.png);
		height:31px;
	}
	#middle{
		width: 780px;
		background-image:url(images/middle-bg.png);
	}
	#content {
		width: 700px;
	}