
html {
    margin-left: 50px;
    margin-right: 50px;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #332211;
    text-rendering: optimizeLegibility;
}

.small {
    font-size: 12px;
}

.regular {
    font-size: 16;
}

.large {
    font-size: 20px;
}

.huge {
    font-size: 30px;
}

.centered {
    text-align: center;
}

.middled {
    vertical-align: middle;
}

.subtitle {
    padding: 4px;
}

.fullwidth {
    width: 900px;
}

.clearboth {
    clear: both;
}

.lefthalf {
    display: inline-block;
}

.righthalf {
    display: inline-block;
}

.top-cont {
    height: 35px;
    padding-top: 25px;
    position: relative;
}

.banner {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #dddddd;
}

.back {
    height: 40px;
    padding-top: 18px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-color: #dddddd;
    position: absolute;
    font-size: 16px;
    top: 20px;
}

.parag {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 12px;
}

#dummy {
    height: 40px;
}

/*********** ufo ***********/

#upperleft {
    vertical-align: middle;
    height: 380px;
    width: 20%;
    float: left;
}

#uppermid {
    width: 60%;
    float: left;
}

#upperright {
    height: 380px;
    width: 20%;
    float: left;
}

#ufomap {
    position: relative;
    top: -110px;
    left: -80px;
    height: 380px;
    width: 640px;
    margin: auto;
    display: inline-block;
    vertical-align: bottom;
}


/********** astro **********/

#scope {
    height: 200px;
    padding-top: 140px;
    padding-left: 26px;
    width: 23%;
    float: left;
}

#upperscat {
    width: 30%;
    float: left;
}

#uppernote {
    height: 200px;
    padding-top: 80px;
    padding-left: 160px;
    width: 25%;
    float: left;
}

#plot3d {
    width: 430px;
}

#midnote {
    width: 25%;
    float: left;
    margin-left: 20px;
    margin-right: 60px;
}

#classbar {
    width: 37%;
    float: left;
}

#lambdabar {
    width: 25%;
    float: left;
}

/***************************/

#worldmap {
    position: relative;
    top: -10px;
    left: -20px;
    height: 450px;
    width: 640px;
    margin: auto;
}
