﻿body {background: #fff; margin: 0; padding: 0;}

.intro #cabin-entry {
    width: 274px;
    background: url(../i/cabin-entry.png) no-repeat top left;
}
.intro #flight-entry {
    width: 295px;
    background: url(../i/flight-entry.png) no-repeat top left;
}
.intro #entry a {
    display: block;
    float: left;
    height: 115px;
    background-color: #fff;
}
.cf {
    overflow: hidden;
    clear: both;
}
#container {
    background: #fff;
    width: 920px;
    padding: 40px;
    margin: 0 auto;
    position: relative;
}
#entry {
    position: absolute;
    top: 0;
    right: 40px;
    overflow: hidden;
}
#splash {
    margin: 0 auto;
    padding-top: 200px;
    width: 300px;
}

#entry a {
    display: block;
    float: left;
    text-indent: -9999px;
    height: 40px;
    background-color: #fff;
}
#entry li {
    float: left;
}
/* On hover */
#entry a:hover,
#entry a.sel {
    background-position: top right;
}
