@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* CSS Document */

body,td,th {
	font-family: tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#top {
	height: 365px;
	width: 800px;
}
#mid {
	height: 73px;
	width: 800px;
	background-image: url(images/mid.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
}
.but-holder {
	height: 20px;
	margin-left: 325px;
	margin-right: 290px;
	width: 185px;
	padding-top: 5px;
	margin-bottom: 15px;
}
.disclaim {
	height: 30px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #86898d;
}
.bot-pic {
	height: 32px;
	width: 800px;
	background-image: url(images/bot.jpg);
	background-repeat: no-repeat;
}
.bottom-text {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	text-align: center;
}

.enter {
	float: left;
	height: 12px;
	width: 74px;
	text-align: center;
}
.exit {
	float: right;
	height: 12px;
	width: 75px;
	text-align: center;
}
a.but:link {
	color: #ed2690;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.but:visited {
	color: #ed2690;
	text-decoration: none;
}
a.but:hover {
	color: #ed2690;
	text-decoration: underline;
}
a.but:active {
	color: #ed2690;
}
