/* 
    Document   : index
    Created on : 17-jul-2010, 19:06:38
    Author     : nachoalthabe
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    display: block;
    margin:0px;
    padding:0px;
    background: url("../images/backgraund.png");
    font-family: Arial;
}
#backgraund {
    width: 100%; height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
#logo{
    position: relative;
    float: right;
    margin-top: -10px;
    display: none;
}
a{
    text-decoration:none;
    outline:none;
    border:0px;
}
a.img{
    outline:0px;
}
#body{
    width:950px;
    height:600px;
    margin: 10px auto 0px;
}
#header{
    width: 950px;
    height: 120px;
    background: url("../images/header.png") no-repeat 0 0;
}
#content{
    width: 950px;
    height: 344px;
    color:#fff;
    text-align: center;
}
#footer{
    width: 950px;
    height: 121px;
    background: url("../images/footer.png") no-repeat 0 0;
}
#rigth{
    margin: 10px auto 0px;
    text-align: center;
    color: #fff;
}


