html,
body {
    margin: 0;
    padding: 0;
    background: url("../images/subtle_dots.png") repeat;
    font-family: "roboto", arial, sans-serif;
}

#splash-logos {
    position: absolute;
    width: 707px;
    left: 50%;
    margin-left: -353px;
    top: 240px;
    height: 89px;
}

#logo-divider {
    position: absolute;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    height: 92px;
    background-color: #5d8dac;
    margin-top: -4px;
}

#abo-splash-logo {
    position: absolute;
    width: 259px;
    left: 50%;
    margin-left: -278px;
    top: 0;
}

#ncle-splash-logo {
    position: absolute;
    left: 50%;
    margin-left: 15px;
}

#abo-splash-title {
    width: 100%;
    background: url("../images/splash/Splash-titlebar.png") center no-repeat;
    height: 88px;
    top: 150px;
    position: absolute;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 2px;
}

#horizontal-border {
    position: absolute;
    top: 479px;
    width: 100%;
    height: 2px;
    z-index: 1;
    background: url("../images/splash/horizontal-border.png") center no-repeat;
}

#vertical-border {
    position: absolute;
    top: 235px;
    left: 510px;
    width: 2px;
    height: 490px;
    z-index: 1;
    background: url("../images/splash/vertical-border.png") center no-repeat;
}
#topic-selections {
    width: 100%;
    position: relative;
    text-align: center;
    top: 238px;
    color: #004363;
}
    

#topic-selections-bottom {
    width: 100%;
    position: relative;
    text-align: center;
    top: 280px;
    color: #004363;
}

#topic-selections h3, #topic-selections-bottom h3 {
    margin-bottom: 3px;
    letter-spacing: 1px;
}


.topic-group {
    display: inline-block;
    margin: 10px 35px;
}

.topic-group h3 {
    margin-top: 0;
}

.topic {
    position: relative;
    display: inline-block;
/*    width: 180px;*/
}

.topic img {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.topic p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.not-available {
    position: absolute;
    top: 60px;
    left:0;
    width: 100%;
    text-align: center;
}
a img {
    border: 0;
}

div#slitlamp-group {
    position: relative;
    left: 5px;
}

div#optical-measurement-group {
    position: relative;
    left: 5px;
}