
body
{
    background: url("../images/background.png") #6A748B repeat-x;
    font-size: 14px;
}

.bamboo
{
    background: url("../images/background4.png") #FFF repeat-x;
    font-size: 14px;
}

.mocha
{
    background: url("../images/background5.png") #FFF repeat-x;
    font-size: 14px;
}

.nightSky
{
    /*background: url("../images/starry-sky.png") black;*/
    /*background: url("../images/outer_space.jpg") black;
    min-height: 1066px;*/
    background: black;
    font-size: 14px;
}

.nightSkyContent
{
    width: 100%;
    z-index: -1000;
    position: absolute;
    top: 0;
    left: 0;
}

.nightSkyImg
{
    width: 100%;
}

img
{
    border: 0px;
}

#nav ol, #nav ul
{
    -webkit-padding-start: 10px;
    list-style: none;
    line-height: 0px;
    display: inline block;
    margin: 0px;
    position: absolute;
    top: 0px;
}

#nav a
{
    display: block;
    padding-top: 15px;
    color: #101010;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 1px white;
    text-align: center;
}

#nav a:hover
{
    /*text-decoration: underline;*/
}

#nav li
{
    display: block;
    float: left;
}

.content
{
    top: 100px;
    width: 800px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;

    /*color: white;*/
    font-family: 'Lucida Grande', Verdana, Helvetica;
}

#TwitterBadge
{
    text-align: center;
    margin-bottom: 10px;
}

.footer
{
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}

.footer a
{
    color: white;
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: underline;
}

.footer_bamboo
{
    text-align: center;
    color: grey;
    font-size: 12px;
    margin-top: 60px;
}

.footer_bamboo a
{
    color: grey;
    text-decoration: none;
}

.footer_bamboo a:hover
{
    text-decoration: underline;
}


.glow
{
    background: url("/images/glow.png") 0 0 no-repeat;
    position: absolute;
    top: -50px;
    height: 362px;
    width: 712px;
    z-index: -999;
}

.logo
{
    background: url("/images/logo.png") 0 0 no-repeat;
    height: 30px;
    width: 160px;
    margin-top: 10px;
    padding-right: 150px;
}

.logo a
{
    height: 20px;
}

.first
{
    background: url("/images/navbar.png") 0px 0px;
    width: 20px;
    height: 40px;
    left: 0px;
    top: 0px;
}

.middle
{
    background: url("/images/navbar.png") -20px 0px repeat-x;
    width: 80px;
    height: 40px;
    left: 20px;
    top: 0px;
}

.last
{
    background: url("/images/navbar.png") -100px 0px;
    width: 20px;
    height: 40px;
    left: 3100px;
    top: 0px;
}

.screenshot
{
    background: url("/images/moVoxPre.png") 50% 50% no-repeat;
    float: left;
    width: 225px;
    height: 375px;
}
.universe-palmos-screenshot
{
    background: url("/images/Treo-680_Universe.png") 50% 50% no-repeat;
    float: left;
    width: 225px;
    height: 485px;
}
.universe-webos-screenshot
{
    background: url("/images/pre2-universe.png") 50% 50% no-repeat;
    float: left;
    width: 250px;
    height: 404px;
}

.business
{
    width: 800px;
    margin-bottom: 40px;
}

.businessImg
{
    background: url("/images/Business.png") 50% 50% no-repeat;
    width: 500px;
    height: 370px;
    float: left;
    clear: right;
}

.businessTxt
{
    font-family: HelveticaNeue-Light, 'Lucida Grande', Verdana, Helvetica;
    font-size: 32px;
    padding-top: 175px;
    color: white;
}

.atlasIntro
{
    width: 800px;
    margin-bottom: 40px;
}

.atlasImg
{
    background: url("/images/world-eclipsed.png") 50% 50% no-repeat;
    width: 250px;
    height: 199px;
    float: right;
    clear: left;
}

.atlasNameText
{
    font-family: HelveticaNeue-Light, 'Lucida Grande', Verdana, Helvetica;
    font-size: 48px;
    padding-top: 150px;
    color: white;
}

.atlasIntroText
{
    font-family: HelveticaNeue-Light, 'Lucida Grande', Verdana, Helvetica;
    font-size: 28px;
    color: white;
}


.icon
{
    background: url("/images/icon.png") 50% 50% no-repeat;
    position: relative;
    width: 128px;
    height: 128px;
    left: 100px;
    top: 275px;
}

.catchy
{
    text-shadow: 2px 2px 2px #000;
}

.keypoints
{
    font-size: 22px;
    margin: 40px;
    list-style-position: inside;
    list-style: none;
}

.keypoints li
{
    margin-top: 1em;
}

.disclaimer
{
    font-size: 10px;
    color: #BBB;
}

.whiteContent
{
     color: white;
}

.contentHeader
{
    background: url("/images/content_header.png") 0 0 no-repeat;
    height: 72px;
    width: 600px;
}
.innerContentHeader
{
    padding: 30px 50px 30px 50px;
    font-size: 20px;
}

.contentBody
{
    background: url("/images/content_body.png") 0 0 repeat-y;
    width: 600px;
}
.innerContentBody
{
    padding: 30px 50px 30px 50px;
}
.contentLeftColumn
{
    padding-left: 250px;
}

.contentFooter
{
    background: url("/images/content_footer.png") 0 0 no-repeat;
    height: 24px;
    width: 600px;
}

