img {border: 0;}
a {color: #4e9a06;}

body {
    font-family: verdana, arial, sans-serif;
    line-height:1.2em;
    font-size:81.25%;/*set regular font size to 13*/
    color: #333;
    letter-spacing:normal;
    background: #ccc url(../img/background.jpg) 0 0 repeat;
    margin: 20px 0 20px 0;
}

#pdp {
    width: 60%;
    text-align: center;
    margin: auto;
    z-index:10; 
    border: 0;
    /* filter:alpha(opacity=80);  IE can't handle opacity and faded shadow */
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#online {
    width: 430px; 
    height: 260px; 
    position: absolute; 
    top: 40px; left: 
    395px; 
    margin: 0;
    padding: 95px 15px 15px 20px;
    z-index:10; 
    border: 0;
    background: url(../img/online.png) 0 0 no-repeat;
    /* filter:alpha(opacity=80);  IE can't handle opacity and faded shadow */
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#output {
    width: 585px; 
    height: 470px;
    position: absolute; 
    top: 260px; 
    left: 45px; 
    margin: 0;
    padding: 50px 45px 15px 25px;
    z-index: 20;
    border: 0;
    background: url(../img/output.png) 0 0 no-repeat;
    /* filter:alpha(opacity=80);  IE can't handle opacity and faded shadow */
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#contact {
    width: 430px; 
    height: 220px;
    position: absolute; 
    top: 350px; 
    left: 635px; 
    z-index: 30; 
    border: 0;
    background: url(../img/contact.png) 0 0 no-repeat;
    /* filter:alpha(opacity=80);  IE can't handle opacity and faded shadow */
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#welcome {
    width: 380px; 
    height: 120px;
    position: absolute; 
    top: 25px; 
    left: 25px; 
    z-index: 30; 
    border: 0;
    margin: 0;
    padding: 85px 40px 15px 25px;
    background: url(../img/welcome.png) 0 0 no-repeat;
    /* filter:alpha(opacity=80);  IE can't handle opacity and faded shadow */
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

h1 {font-size: 1.4em; font-weight: bold; text-decoration: underline; }
