body {
	margin: 0px;
	background: #000 url('layout/bg.jpg') repeat-x;
	color: #638590;
	text-align: justify;
	font: 10pt arial;
	line-height: 1.7;
	}
	
div.headerimg {
	margin: auto;
	width: 770px;
	height: 272px;
	background: url('layout/header.jpg') no-repeat;
	position:relative; top: 0px; left: 0px; bottom: 0px; right: 0px;
	}
	
div.content {
	position:relative; top: 220px;
	width: 500px;
	margin: auto;
	}
	
	div.header {
		font: bold 12pt georgia;
		color: #CFE2E8;
		margin-bottom: 10px;
		}
		
img.daniel {
	width: 73px;
	height: 50px;
	position:absolute; top: 140px; left: 120px;
	border: 0px;
	}
	
img.rules {
	width: 73px;
	height: 50px;
	position:absolute; top: 140px; left: 200px;
	border: 0px;
	}
	
img.join {
	width: 60px;
	height: 50px;
	position:absolute; top: 140px; left: 276px;
	border: 0px;
	}
	
img.list {
	width: 60px;
	height: 50px;
	position:absolute; top: 140px; left: 340px;
	border: 0px;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #9CC3CF;
	font-weight: bold;
	}
	
	a:hover {
		color: #fff;
		}