/* reset */
html, body { 
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent
}

body{ 
  line-height:1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #663399;
  background-color: #000;
}

/* background-image: url(bloodred2.jpg); background-repeat: no-repeat; background-attachment:fixed; */

li {
  margin: 5px;
  padding: 15px;
  white-space: nowrap;
  float: left;
  list-style:none
}

a, a:visited { 
  color: #797986;
  text-decoration: none;
}

a:link {
  color: #B027F5;
}

.content {
  width: 450px;
  text-align: left;
  position: absolute;
  top:100px;
  left:300px;
  margin-bottom: 25px;
}

.clear { clear: both; }
