
/* Layout */ 

body {
    color:         #fff;
    margin:        0px;
    background:    #000;
    font-family:   calibri,verdana,helvetica,sans-serif;
}

#container1 {
   margin:         50px 0px;
   padding:        0px;
   width:          100%;
   height:         500px;
   position:       relative;
   text-align:     center;
}

#container2 {
   position:       relative;
   margin:         0px auto;
   width:          960px;
   height:         500px;
   z-index:        1;
   background:     #000 url(../images/planet.jpg);
   border:         1px solid #fff;
   text-align:     left;
   vertical-align: top;
}

/* Title and navigation */

#island-three {
   position:       absolute; 
   bottom:         30px;
   right:          0px;
   border:         none;
}

#navigation {
   position:       absolute; 
   bottom:         30px;
   left:           0px;
   border:         none;
}

/* Footer */

#footer {
   color:          #4a3a33;
   font-size:      smaller;
}

#footer a, #footer a:hover {
   color:          #4a3a33;
}

/* Content */

#content {
   padding:        10px;
   height:         390px;
   overflow:       auto;
}

#content *:first-child {
  margin-top:      0px;
}

/* Regular HTML */

p {
  margin: 10px 0px;
}

a, a:hover {
  color: #ff0; 
}

.center {
   text-align:     center; 
}

