<style type="text/css">
html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

a:link { text-decoration: none; color: black; }
a:active {color: #white; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: #333333; text-decoration: none; }

#bg {
	width: 100%;
	background-color: #b7b7b7;
	height: 900px;
	background-repeat: repeat;
	background-image: url(bg.png);
}

#liner {
	top: 50px;
	position: relative;
	width: 100%;
}

#titlefont {
	text-align: left;
	color: black;
	text-shadow: 0px 0px;
	font-size: 36px;
	left: 25px;
	top: 35px;
	position: absolute;
	font-family: serif;
}

#subtitle {
	font-family: serif;
	position: absolute;
	left: 110px;
	top: 125px;
	font-size: 60px;
}

#dv1 {
	left: 125px;
	top: 130px;
	position: absolute;
	height: 324px;
	width: 3px;
	background-image: url(line.png);
	background-repeat: repeat-y;
}

#cats {
	bottom: 50px;
	font-family: serif;
	left: 20px;
	position: absolute;
	font-size: 13px;
}

#text {
	font-family: serif;
	font-size: 12px;
}

#pics {
	text-align: center;
	left: 200px;
	position: absolute;
	top: 100px;
}

#pics2 {
	text-align: center;
	left: 400px;
	position: absolute;
	top: 130px;
}

#pics3 {
	text-align: center;
	left: 600px;
	position: absolute;
	top: 130px;
}

#aboutmetext {
	font-family: serif;
	width: 300px;
	left: 200px;
	position: absolute;
	top: 330px;
	font-size: 12px;
	font-weight: bold;
}
#pictext {
	text-align: center;
	font-size: 11px;
	color: #848484;
	font-family: monospace;
}

#footer {
	width: 100%;
	font-family: serif;
	top: 870px;
	text-align: center;
	color: #757575;
	position: absolute;
	font-size: 10px;
}

#e2spaces {
	position: relative;
	top: 110px;
}

</style>
