body { /* biggest container ever */
	background: #fff url(images/background.png) no-repeat fixed top;
	margin: 0px;
	font-family: verdana, sans-serif;
	color: #0af;
}

#bigbox { /* contains everything */
	width: 720px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#title { /* just the title box */
	width: 700px;
	padding: 5px;
	margin: 20px 0px 20px;
}

#title h1 { /* header */
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 72px;
	padding: 0px;
}

#content { /* The main content box */
	width: 700px;
	padding: 5px;
}

#content ul {
	list-style-type: none;
}

#content span { /* links */
	font-size: 24px;
	font-weight: 700;
	line-height: 4em;
}

.blurry { /* blurry effect */
	background: #fff url(images/backlight.jpg) no-repeat fixed top;
	border: 1px solid #cdf;
}

span.photography { /* photography link */
	position: relative;
	left: 200px;
}

span.design { /* design link */
	position: relative;
	left: 500px;
}

span.hosting { /* hosting link */
	position: relative;
	left: 100px;
}

span.geek { /* geek link */
	position: relative;
	left: 300px;
}

.resumehead {
	text-align: center;
	letter-spacing: 4px;
	font-weight: 700;
}

.resumehead2 {
	text-align: center;
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #7bf;
}

a:hover {
	color: #0af;
	text-shadow: #aaf 3px 3px 4px;
}
