body {
		background: url(images/pagebg.jpg) #000 top center no-repeat;
		color: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#wrapper {
		width: 792px;
		height: 566px;
		background-image:url(images/poker-container.png);
		margin: 125px auto 0 auto;
		position: relative;;
	}
	
	h1 {
	width: 270px;
	height: 93px;
	background-image:url(images/nlop-logo.jpg);
	position: absolute;
	left: 19px;
	top: 13px;
	margin: 0;
	padding: 0;
	}
	
	h1 span {
		display: none;	
	}
	
	#screenshot {
	position: absolute;
	left: 24px;
	width: 369px;
	height: 342px;
	top: 113px;
	}
	
	#tagline {
	position: absolute;
	left: 24px;
	top: 451px;
	width: 438px;
	height: 93px;
	text-align: center;
	}
	
	h2 {
	width: 300px;
	height: 29px;
	background-image:url(images/registernow.png);
	position: absolute;
	left: 465px;
	top: 58px;
	margin: 0;
	padding: 0;
	}	
	
	h2 span {
		display: none;	
	}
	
	#regbox {
	position: absolute;
	width: 301px;
	height: 449px;
	background-image:url(images/regbox.png);
	left: 467px;
	top: 95px;
	}
	
	#regbox #fbox {
		margin: 7px 0 0 8px;	
	}
	
	#footer {
		width: 792px;
		margin: 15px auto;
	}
	
	#footer #icons {
		text-align: center;
		margin-bottom: 10px;
	}
	
	#footer p {
		font-size: 11px;
		text-align: center;
		width: 658px;
		margin: auto;
	}
	
	#footer #icons img {
		display: inline;
		margin: 0 45px 0 45px;
	}

