@charset "UTF-8";
/* CSS Document */

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #000000;
}

#wrapper {
  width:600px;
  height:493px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  padding: 15px;
  background-color: #000000;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000000;
}

#header {
  background-color: #000000;
  width: 600px;
  z-index: 1;
  clear: both;
  float: none;
  
}

#topImage {
  width: 260px;
  height: 31px;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #000000;
}

#topTextContainer {
  width: 340px;
  height: 31px;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #000000;
  position:relative;
}

.topText {
  width: 340px;
  height: 31px;
  padding: 0px;
  background-color: #000000;
  font-family: arial;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  position: absolute;
  bottom: 0px;
}

.topText a {
    color: #ffffff;
    text-decoration: none;
}

.topText a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#imageHolder {
  width: 600px;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}