#admin {
  bottom: 0px;
  height: 10px;
  position: absolute;
  right: 0px;
  width: 10px;
}

#footer {
  background-color: transparent !important;
  border: 0px !important;
  color: #A1A1A1;
  font-size: 11px;
  text-align: center;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
}

#wrapper {
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	width: 541px;
	height: 300px;
	margin: 0px auto;
}

#wrapper div {
  background-color: #EBEBEB;
  background-image: url(../images/bg_horse_white.gif);
  background-position: 300px 10px;
  background-repeat: no-repeat;
  border: 1px solid #A1A1A1;
}

* {
  font-family: Trebuchet MS, Tahoma, sans-serif;
}

a img {
	border: 0;
}

body {
  background-image: url(../images/bg_horse_gray.gif);
  min-width: 541px;
  text-align: center;
}

h4 {
  margin-bottom: 0px;
}

li {
  list-style-type: square;
}

table {
  width: 100%;
}

#content {
  font-size: 9pt;
  letter-spacing: 1px;
  padding: 10px;
  padding-bottom: 30px;
  padding-right: 40px;
  vertical-align: top;
}

#content a {
  color: #D70E08;
}

#content td {
  font-size: 9pt;
}

#links {
  padding-bottom: 20px;
  padding-left: 20px;
  vertical-align: bottom;
}

#links a {
  border: 1px solid #EBEBEB;
  color: #000000;
  display: block;
  font-weight: bold;
  padding: 4px;
  padding-left: 6px;
  text-decoration: none;
  width: 170px;
}

#links a:hover {
  background-color: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  font-style: italic;
  padding: 4px;
  padding-left: 6px;
  text-align: right;
  text-decoration: none;
}

#logo {
  vertical-align: top;
}

#contact {
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: right;
  vertical-align: bottom;
}

#contact a {
  color: #000000;
  display: block;
  float: right;
  font-weight: bold;
  padding: 4px;
  padding-right: 10px;
  text-decoration: none;
  width: 140px;
}

#contact a:hover {
  background-color: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  font-style: italic;
  padding: 4px;
  padding-right: 10px;
  text-decoration: none;
}

