body {
    background-image: url("images/lanzarote.jpg");
}

div#main {
    width: 900px;
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

div#main_cal {
    float: left;
}

div#main_facebook {
    width: 550px;
    height: 400px;
    float: right;
}


/*******************************Calendar Top Navigation*********************************/

div#calendar {
    padding: 0px;
    width: 325px;
    font-family: Helvetica, "Times New Roman", Times, serif;
}

div#calendar div.box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #787878;
}

div#calendar div.header {
    line-height: 40px;
    vertical-align: middle;
    position: absolute;
    left: 11px;
    top: 0px;
    /*width: 582px;*/
    width: 310px;
    height: 40px;
    text-align: center;
}

div#calendar div.header a.prev,
div#calendar div.header a.next {
    position: absolute;
    top: 0px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}

div#calendar div.header span.title {
    color: #FFF;
    font-size: 18px;
}

div#calendar div.header a.prev {
    left: 0px;
}

div#calendar div.header a.next {
    right: 0px;
}

div.prev {
    float: left;
}

div.next {
    float: right;
}


/*******************************Calendar Content Cells*********************************/

div#calendar div.box-content {
    border: 1px solid #787878;
    border-top: none;
    background-color: #adaba9e3;
}

div#calendar ul.label {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
}

div#calendar ul.label li {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    float: left;
    list-style-type: none;
    /*width: 80px;*/
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 12px;
    background-color: transparent;
}

div#calendar ul.dates {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}


/** overall width = width+padding-right**/

div#calendar ul.dates li {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
    list-style-type: none;
    /*width: 80px;*/
    width: 40px;
    /*height: 80px;*/
    height: 40px;
    font-size: 20px;
    background-color: #DDD;
    color: #000;
    text-align: center;
}

 :focus {
    outline: none;
}

div.clear {
    clear: both;
}

.calendar_today {
    background-color: rgb(204, 189, 102) !important;
}

.calendar_option {
    background-color: rgb(104, 102, 204) !important;
}

.calendar_booked {
    background-color: rgb(204, 134, 102) !important;
}