/* CSS Document */
* {
    margin:0; 
    padding:0; 
}
body { 
    background:url(/lib/img/bg.jpg) 0 0 repeat-x #c3c1b4;
}

#wrapper {
    height: 100%;
    width: 100%;
}




.block {
    position:relative; 
    top:4px; 
    left:0; 
    width: 100%; 
    height:408px;
}

.copy {
    position:absolute; 
    top:55px; 
    left:45px; 
    width:285px; 
    font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
    color:#FFFFFF; 
    font-size: 11px; 
    line-height:34px;
}
.copy a{
    color:#B3AFA9; 
    text-decoration:underline;
}
.copy a:hover{
    color:#FFFFFF;
}
.update {
    position:absolute; 
    top:45px; 
    left:375px; 
    width:470px; 
    font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
    color:#FFFFFF; 
    font-size: 11px; 
    line-height:18px;
}
.update h2 {
    font-size: 18px; 
    color:#B3AFA9; 
    line-height:22px;
}
.update a {
    font-size: 12px; 
    color:#B3AFA9;
}
.update a:hover {
    font-size: 12px; 
    color:#FFFFFF;
}
.address {
    position:absolute; 
    bottom:15px; 
    right:20px; 
    font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
    color:#B8B0AD; 
    font-size: 11px; 
    text-transform:uppercase; 
    letter-spacing:1px;
}
.footer {
    position:absolute; 
    top:465px; 
    right:20px;  
    font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
    color:#666666; 
    font-size: 10px;
}
