body {
	padding:0;
	margin: 0;
	background: url("./images/wood_tile.jpg") repeat;
}


#main {
	width: 800px;
	margin: 0 auto;	
}


img {
	border: 0;
}


#header {
	width: 800px;
	height: 244px;
}


#content {
	position: relative;
	background: url("./images/ruled_paper.png") repeat-y;
	min-height: 700px;
}


#resume, #blog, #samples, #greatstuff {
	position: absolute;
}

	#resume a, #blog a, #samples a, #greatstuff a {
		display: block;
	}

#resume {
	top: 40px;
	left: 150px;
}
	
	#resume a {
		width: 225px;
		height: 232px;
		background: url("./images/resume.png") 0 0 no-repeat;
	}
	
	#resume a:hover {
		background-position: -225px;		
	}
	
#blog {
	top: 11px;
	left: 450px;
}

	#blog a {
		width: 192px;
		height: 322px;
		background: url("./images/blog.png") 0 0 no-repeat;
	}
	
	#blog a:hover {
		background-position: -192px;		
	}

#samples {
	top: 300px;
	left: 120px;
}
	
	#samples a {
		width: 225px;
		height: 263px;		
		background: url("./images/samples.png") 0 0 no-repeat;
	}
	
	#samples a:hover {
		background-position: -225px;		
	}

#greatstuff {
	top: 370px;
	left: 430px;
}

	#greatstuff a {
		width: 332px;
		height: 258px;
		background: url("./images/greatstuff.png") 0 0 no-repeat;
	}
	
	#greatstuff a:hover {
		background-position: -332px;		
	}

#contact {
	position: absolute;
	bottom: 25px;
	left: 20px;
}

	
	
	
