html,body   {margin:0;
             padding:0}

body        {font: 76% arial,sans-serif;
            background: #000}

p           {margin:0 10px 10px}

a           {display:block;
             color: #981793;
             padding:10px}
             
a:link      {font-weight:bold;color:#33ff00;text-decoration:none}

a:visited   {font-weight:bold;color:#3300ff;text-decoration: none}

a:hover     {font-weight:bold;text-decoration: none;color: #00b2ff}
            
#header     {font-family: fusi,arial,sans-serif;
             font-size: 25pt;
             font-weight:bold;
             margin:0;
             padding-left:10px;
             color: #33ff00;
             background: #000}

#header h1  {font-family: fusi,arial,sans-serif;
             height:80px;
             line-height:50px;
             margin:0;
             color: #33ff00;
             background: #000}

#wrapper    {float:left;
             width:100%}

#content    {margin: 0 20%;
             background: url("images/alien earth.jpg") no-repeat;
             color: #cccccc}             

#content p  {line-height:1.4;
             text-indent: 20px}

#navigation {float:left;
             width:20%;
             margin-left:-100%;
             background: #000;
             color: #cccccc}

#navigation ul{list-style: none}

#extra      {background:#000;
             float:left;
             width:20%;
             margin-left:-20%}

#footer     {text-align: center;
             width:100%;
             background: #000}

#footer p   {margin:0;
             padding:5px 10px}