/*
*************************************
* LAYOUT-CSS FOR COCHES-ALQUILER.ES *
* DESIGN AND CSS BY:                *
* Nicolas Caballero Rau             *
*************************************
 */

body{
    font-family: "Lucida Grande",Verdana,sans-serif;
    margin:0;
    padding:0;
    background-image: url('../images/background.png');
}

img{
    border: none;
}


/* Define MAIN CONTENT ELEMENTS */

#container{

    position: relative;
    width: 754px;
    margin: 0 auto;
}


#header{
    position: relative;
    top:0;
    margin: 0 auto;    
    width:754px;
    height:324px;
    border-bottom:1px solid black;

}

#headtransparent{
    position:absolute;
    top:0;
    left:0;
    background-image: url('../images/header_bg.png');
    width:754px;
    height:64px;
}

#content{
    position: absolute;
    top:325px;
    left:0;
    width: 754px;
    /*border:1px solid black;*/
}

#navigation{
    position: absolute;
    top:0;
    left:0;
    width:754px;
    height:40px;
    background-image: url('../images/navigations_bg.png');
}

/* Definitions for BOOKINGENGINE */

#bookingengine{
    position: relative;
    top:50px;
    left:0;
    width:754px;
    /*border:1px solid black;*/
}

#bookinghead{
    width:754px;
    height:88px;
    background-image: url('../images/division3.png');
    background-repeat: no-repeat;
    /*border:1px solid blue;*/
}

#bookingcontent{
    /*border:1px solid red;*/
}

#bookingfooter{
    width:754px;
    height:88px;
    background-image: url('../images/division3.png');
    background-repeat: no-repeat;
    /*border:1px solid green;*/
}
