
body{
background-color:black;
background-image: url(http://www.peacefrogs.net/images/bg_peacefrogs.jpg);
background-repeat:no-repeat;
background-position:center 40px;
font-family:"DejaVu Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
}

#main{
color:#eee;
}


#content {
  margin-top:60px;
  margin-left:60px;
  float:left;
  text-align:left;
  padding:8px;
  background-color:#000;
  width:320px;
  border:2px solid #999;
  -moz-border-radius: 32px;
  border-radius: 32px;
  filter:alpha(opacity=80);
  opacity: 0.8;
}

#content p{
  padding:0 8px;
}

#content a{
color:#6a00ad;
text-decoration:None;
}

ul#links{
float:right;
margin-right:140px;
margin-top:80px;
list-style-type:none;
}

ul#links li{
height:50px;
width:200px;
background-image: url(http://www.peacefrogs.net/images/arabesque.png);
background-repeat:no-repeat;
background-position:right bottom;
}

ul#links a{
color:lightgrey;
text-decoration:None;
}

#footer{
text-align:center;
color:#222;
}

#footer a,#footer a:link,#footer a:visited,#footer a:active{
color:#222;
}

#footer a:hover{
color:#610a8a;
}

hr.spacer{
clear:both;
display:None;
}

