body{
  background: #000;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1{
  text-align: center;
}

a{
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #f90064;
}

a:hover{
}


#content, #footer{
  margin: 148px auto 0 auto;
  width: 859px;
}

#content{
  background-image: url(../images/content-bg-top.gif);
  background-repeat: no-repeat;
  min-height: 250px;
  background-color: #fff;
  width: 839px;
  padding: 10px;
  text-align: center;
}

#wrapper{
  padding: 10px;
}


#text{
  background-image: url(../images/text-top.gif);
  background-repeat: no-repeat;
  width: 800px;
  padding: 10px;
  margin: 0 auto;
  min-height: 90px;
  background-color: #eee;
  text-align: left;
}

#text p{
  padding-bottom: 0;
  margin-bottom: 1;
}


#text-bottom{
  background-image: url(../images/text-bottom.gif);
  background-repeat: no-repeat;
  width: 820px;
  margin: 0 auto 10px auto;
  height: 8px;
}

.brands li{
  float: left;
  width: 230px;
}

hr{
  height: 0px;
  visibility: hidden;
  clear: both;
}


#footer{
  background-image: url(../images/content-bg-bottom.gif);
  background-repeat: no-repeat;
  height: 20px;
  margin-top: 0;
  padding-top: 77px;
  margin-bottom: 40px;
}

#footer ul{
  margin: 5px 0 0 200px;
}


#footer li{
  float: left;
  list-style: none;
  padding-right: 20px;
}

#footer li h2{
  color: #c9c9c9;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#footer li a{
  letter-spacing: normal;
  color: #c9c9c9;
  font-size: 12px;
  text-decoration: none;
}

#footer li a:hover{
  text-decoration: underline;
}

