A:link
{ text-decoration: underline; color: #f6b4d3; }
A:visited
{ text-decoration: none; color: #f6b4d3; }
A:active
{ text-decoration: none; color: #f6b4d3; }
A:hover
{ text-decoration: none; color: #f6b4d3;}


body 
{ background: #000000; 
  text-align: center;
  font-family: verdana, arial;
  color: #ffffff;
  font-size: 12px;
}

#wrapper {
  text-align: left; 
  width: 800px; 
  margin: 0 auto;
  position: relative;
  z-index:1;
  border: #ffffff 1px solid;
  background-image: url(img/background_v2_01.jpg);
  background-repeat: repeat-y;
}

#header {
  height: 380px;
  width: 100%;
}

#left {
  left: 40px;
  width: 150px;
  height: 600px;
  position: absolute;
  padding: 2px;
}
#main {
  width: 410px;
  margin-left: 310px;
  padding: 4px;
}
#footer {
  background-image: url(img/footer_v2_01.jpg);
  background-repeat:no-repeat;
  text-align: center;
  background-position: 0% 100%; 
  height: 65px;
  width: 100%;
  background-color:#000000;
}

