* { 
   behavior: url(../iepngfix/iepngfix.htc); /* PNG alpha fix */
   font-family:georgia, serif;
   margin:0;
   padding:0;
}



body {
    text-align:center;
    margin:0 auto;
}


#page-container {
    min-width:940px;
    max-width:1200px;
    background:transparent url(../images/backgrounds/Earth_pic.jpg) center top no-repeat;
    margin: 0 auto;
    height:900px;
    padding-top:24px;
    text-align:left;
}

img {
    border:none;
}

a {
    color:#a5cbdf;
    text-decoration:none;
}

a:hover {
    color:#d5fbff;
}

a:active,a:focus,a:visited {
    outline:none;
}

#info-strip {
    width:100%;
    margin: 30px auto;
    margin: 0 auto;

    background:transparent url(../images/earth-gradient.png) top left repeat-y;
    /*border-top:2px solid #ddd;    
    border-bottom:2px solid #ddd;*/
}


#info-strip div#company, #info-strip p#blurb {
    float:left;
    width:200px;
    padding:20px;
    color:#fff; 
    font-size:85%;
}    

#info-strip p#blurb {
    display:none;
}

#info-strip div#company h1 {
    font-size:inherit;
    font-weight:normal;
}

#info-strip div#company a {
    color:inherit;
    text-decoration:none;
}

#info-strip p#blurb strong { 
    font-weight:normal;
}

#info-strip p#nav {
    float:right;
    font-size:180px;  
    line-height:120px;
    color:#efe;
    padding-right:30px;
}

#info-strip p#nav a#prev {
    color:#fff;
    cursor:pointer;
}

#info-strip p#nav a#next {
    color:#333;
    margin-right:36px;
    cursor:pointer;
}

#info-strip p#nav a#prev:hover {
    color:#ffd;
}

#info-strip p#nav a#next:hover {
    color:#331;
}

#info-strip p#nav a#prev:active {
    color:#f2f2f2;
}

#info-strip p#nav a#next:active {
    color:#111;
}

div.clear {
    clear:both;
    font-size:0;
    height:0;
}

p#copyright {
    margin-left:20px;
}