/*
   CSS for theviennaproject.com
   Mission CD
*/

#mission {
   position: absolute;
   left: 298px;
   top: 91px;
   width: 253px;
   height: 284px;
   background: url(../images/missioncd.jpg) 0 0 no-repeat;
   cursor: pointer;
   font-family: Courier New, Courier, mono;
   font-size: 13px;
   line-height: 14px;
}

 #mission div {
    position: absolute;
    top: 170px;
    left: 45px;
    width: 163px;
    height: 80px;
    text-align: center;
    color: #d60000;
    overflow: hidden;
 }
 
 #mission h2 {
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
 }
 
 #mission a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    z-index: 3;
 }
