html, body {
  height: 100%;
}
html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(0, 44, 104);
  background-image: url(../img/Background.png);
}
#content {
  min-height: 100%;
  margin-bottom: -15px;
}
* html #content {
  height: 100%;
}
#footer {
  width: 100%;
  clear: both;
  font-family: Helvetica,Arial,sans-serif;
  font-size: xx-small;
  color: white;
  background-color: transparent;
  text-align: center;
  height: 15px;
}
#clearfooter {
  clear: both;
  height: 15px;
}
#main_text {
  font-family: Helvetica,Arial,sans-serif;
  color: white;
  font-size: small;
  line-height: normal;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  background-color: transparent;
  top: 20px;
  width: 500px;
  display: block;
  margin-top: -315px;
}
#contact_text {
  font-family: Helvetica,Arial,sans-serif;
  color: white;
  font-size: medium;
  line-height: normal;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  background-color: transparent;
  width: 500px;
  display: block;
}
#orange {
	color: rgb(220, 147, 51);
}
#textbox {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  width: 556px;
  position: relative;
  visibility: visible;
  overflow: visible;
  background-position:  center center;
  top: 100px;
  background-image: url(../img/Textbox556x436.png);
  opacity: 0.39;
  filter: alpha(opacity=39);
  height: 436px;
}
#logo {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  position: relative;
  visibility: visible;
  overflow: visible;
  background-image: url(../img/Logo.png);
  height: 65px;
  width: 556px;
  background-position: right top;
  top: 50px;
}
span {
	width: 60px;
	display: block;
	float: left;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #DC9333;
}