* {margin:0; padding:0;
}

html, body {
	height: 100%;
	}
	
body {
	background: #292b20 url(images/smallcircles.png) no-repeat bottom right;
}
	
#container {
	width:100%; 
	background: transparent url(images/bigcircles.png) no-repeat top left;
	position: relative;
	min-height: 100%;
	position: relative;
}

h1 {
	display: block;
	height: 83px;
	width: 345px;
	background-image: url(images/title.png);
	text-indent: -9000px;
	position: absolute;
	top: 20px;
	left: 325px;
}

#email {
	display: block;
	height: 18px;
	width: 239px;
	background-image: url(images/email.png);
	text-indent: -9000px;
	position: absolute;
	top: 183px;
	left: 431px;
}

#url {
	display: block;
	height: 19px;
	width: 190px;
	background-image: url(images/url.png);
	text-indent: -9000px;
	position: absolute;
	top: 207px;
	left: 480px;
}
	
#guidepost {
	text-decoration: none;
	color: rgb(64, 68, 64);
	position: absolute;
	top: 5px;
	right: 10px;
}