@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#909191;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
width:570px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
}

#menu {
height:20px;
text-align:center;
margin-bottom:10px;
}

#header {
border:10px solid black;
background-color:#2a2c34;
height:270px;
margin-bottom:12px;
}

#content {
background-color:#2a2c34;
border:10px solid black;
width:530px;
float:left;
padding:10px;
padding-bottom:0;
}

#ff-fix {
line-height:1px;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
font-size:14px;
background-color:#16141a;
padding:5px;
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:#b1b0af;
text-decoration:none;
font-weight:bold;
border-bottom:1px dotted #b1b0af;
}

b,span {
color:#b1b0af;
font-weight:bold;
}

a:hover {
color:#8f8d8d;
border-bottom:1px dotted #8f8d8d;
}

input,textarea,select {
background-color:#535562;
border:1px solid #0b1015;
color:#0b1015;
}
