body {
	background: url(img/bg.jpg) no-repeat top center #000000;
	margin: 0 auto;
}

h1 {
	display:none;
}

#hands {
	background:url(img/hands.png) bottom center no-repeat;
	position:absolute;
	margin-bottom:0;
	bottom:0;
}

#wrapper {
	width: 600px;
	margin-bottom:8%;

}

p {
	padding:0 20px;
	text-align:center;
	line-height:150%;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#html {
	font-size: 11px;
	padding: 20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#left {
	width:250px;
	float:left;
	padding: 20px;
	text-align:center;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}