@import url('reset.css');

#wrapper{
color: white;
background-image: url('mark.jpg');
background-repeat: no-repeat;
background-position: bottom right;
min-height: 800px;
width: 60em;
margin: 0 auto 0 auto;
position: relative;
 }

body{
        font: medium/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
background-color: black;
}



#links{ position: absolute;

top: 10px;
right: 10px;
text-align: right;
width: 400px;

 }

h1 a{ color: white; font-weight: bold; text-decoration: none; font-size: 3em; }

#content { width: 450px;position: absolute; top: 75px; left: 50px; text-align: center;  }


p{ margin-bottom: 1em; }

li{ margin-bottom: 1em; }

ul{ margin-top: 1em;  }

li a{ color: lime; font-size: 0.9em; }
li a:hover{ color: yellow !important; }

h2{ font-size: 2em; margin: 1em; }

.netscape4{ display: none !important; }