@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-image:url(images/allbg.png);
background-color:#000000;
color:#7d3030;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#container {
background-image:url(images/contentbg.png);
background-repeat:repeat-y;
width:600px;
border-top:0px;
margin-left:30px;
}

li {
margin-left:25px;
}

#menu {
position:absolute;
left:250px;
top:250px;
width:100px;
}

#header {
height:280px;
}

#statistics {
margin-left:20px;
margin-right:20px;
background-image:url(images/statisticbg.png);
color:#241312;
padding-top:5px;
padding-bottom:5px;
}

#statistics p {
padding-bottom:0;
margin-bottom:0;
}

.listedfanlisting {
margin-bottom:15px;
}

.listedfanlisting a {
padding:5px;
}

#content {
position:absolute;
left:400px;
top:200px;
width:450px;
}

#content p {
margin-left:15px;
margin-right:15px;
}

#menu a {
display:block;
margin-bottom:5px;
margin-left:10px;
margin-right:5px;
padding:5px;
color:#853636;
}

#menu a:hover {
color:#4e2d2d;
}

#contentcontainer {
width:600px;
}

#ff-fix {
line-height:1;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
font-weight:bold;
}

li {
list-style-type:square;
margin-bottom:5px;
}

h1,.head {
color:#853636;
font-size:14px;
background-image:url(images/statisticbg.png);
padding:4px;
text-align:center;
margin-bottom:10px;
}

.member {
color:#aa00c6;
border:1px solid #aa00c6;
text-align:center;
margin-bottom:10px;
font-weight:bold;
padding:5px;
}

a,a:link,a:active {
color:#853636;
text-decoration:none;
font-weight:bold;
background-image:url(images/statisticbg.png);
}

b,span {
color:#853636;
font-weight:bold;
background-image:url(images/statisticbg.png);
}

a:hover {
color:#4e2d2d;
}

input,textarea,select,option {
background-color:#000000;
padding:3px;
background-image:url(images/statisticbg.png);
border:1px solid #853636;
color:#853636;
}
