BODY{
  background-color: #000000;
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  color: #FFFFFF;
  }
  
A:LINK {TEXT-DECORATION: NONE; COLOR: #6191B5; border-bottom:1px dotted #25A9FD}
A:ACTIVE {TEXT-DECORATION: NONE; COLOR: #6191B5; border-bottom:1px dotted #25A9FD}
A:VISITED {TEXT-DECORATION: NONE; COLOR: #6191B5; border-bottom:1px dotted #25A9FD}
A:HOVER {TEXT-DECORATION: NONE; COLOR: #6191B5; border-bottom:1px dotted #25A9FD}

#letsgetcrunk{
  position: relative;
  top: -15px;
  left: -165px;
  }

#center{
  text-align: center;
  position: absolute;
  top: 0px;
  }
  
#form{
  text-align: center;
  }


#maincontain{
  position: relative;
  top: 30px;
  width: 670px;
  height: 500px;
  border: 1px #FFFFFF solid;
  padding: 0px;
  margin: 0px;
  vertical-align: top;

  background: url(img/crunk2.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  }
  
#left{
  float: left;
  width: 300px;
  text-align: left;
  padding-left: 15px;
  }
  
#main{
  position: relative;
  float: left;
  width: 300px;
  padding: 5px;
  margin: 5px;
  text-align: left;
  }

#main textarea {
  width: 240px;
  height: 100px;
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  color: #000000;
  }

#background{
  position: relative;
  top: -75px;
  float: right;
  width: 425px;
  padding: 0px;
  margin: 0px;
  }
  
#adBottom{
  position: relative
  top: -100px;
  }
  
  
  
  
  
  
