@charset "UTF-8";
/* CSS Document */

.thetext {
	position: absolute;
	z-index: -10;
	color: #333333;
	padding: 150px;
	width: 725px;
}
.botnav {
	font-family: verdana, sans serif;
	font-size: 10px;
	color: #ff1f00;
	text-align: center;
}
a.botnav:link {
	font-weight: bold;
	color: #ff1f00;
	text-decoration: none;
}
a.botnav:visited {
	font-weight: bold;
	color: #ff1f00;
	text-decoration: none;
}
a.botnav:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.botnav:visited:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

body {

}