body, html {
width: 100%;
height: 100%;
margin: 0px;
font-family: Verdana, Times New Roman, sans-serif;
font-size: 8pt;
}
body {
background-color: #231f20;
}
.globcontainer {
height: 100%;
background-image: url('http://famp.malicelabs.com/background.png');
background-repeat: repeat-y; 
background-position: center;
}
.centcontainer {
width: 860px;
height: 100%;
margin: 0 auto;
}
.header {
height: 114px;
width: 287px;
margin: 0 auto;
}
.divider {
width: 860px;
height: 10px;
background-image: url('http://famp.malicelabs.com/divider.png');
}
.player {
width: 840px;
padding: 10px;
}
.news {
width: 840px;
padding: 10px;
}
.n_title {
font-weight: bold;
}
.n_time {
font-size: 7pt;
}
.n_content {
margin-top: 5px;
}
.userlist {
padding: 10px;
}

