
#full {
width: 100%;
height: 100%;
background-color: #000000;
background: url(images/grass.png) repeat-x;
background-position: 0px 100px;
}

html {

height: 100%

}



html,body {

height: 100%;

margin: 0;

margin-top: 0px;

padding: 0;

font-size: 12px;

font-family: arial;

color: #000000;

}


body {

background: url(images/bg.png) repeat-x; 
background-color: #000000;
line-height: 20px;

}

body a {

color: #cf243a;
/*font-weight: bold;*/
text-decoration: none;

}

body a:hover {

color: #72ca19;

}

#outer {

width: 920px;
height: 100%;
min-height: 100%;
position: relative;
left: 50%;
top: 0px;
margin-left: -460px;
margin-top: 8px;

}

#head {

width: 920px;
height: 151px;
background: url(images/head.png) no-repeat;

}

#content-container {

width: 920px;
height: auto;
padding: 5px;
background-color: #e6e6e6;
-moz-border-radius: 16px;
-khtml-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
border: 1px solid #d0d0d0;
clear: both;
height: auto;
z-index: 2;
margin-bottom: 10px;

}

.ranking-sub {

-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #f5f5f5;
color: #171717;
padding: 4px;
text-indent: 4px;
font-family: arial;
font-weight: none;
/*text-transform: lowercase;*/
margin-bottom: 4px;
font-size: 12px;
}

.ranking-title {

-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #2a2a2a;
color: #ffffff;
padding: 4px;
text-indent: 8px;
font-family: arial;
font-weight: bold;
/*text-transform: lowercase;*/
font-size: 11px;

}
