html { 
	font-family: "opensans";
  background: url() no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


nospace {
   font-size: 0;
}
html, body {
    margin: 0;
    padding: 0;
    width:100%;
	background-color: #000208;
}

body{
	background-image: url(design/finishbg.png);
	min-height: 800px;
	background-position: top center;
    background-repeat:no-repeat;
}

td, tr, img  { padding: 0px; margin: 0px; border: none; }
table { border-collapse: collapse; }

a { 
color: inherit; 
text-decoration:  none;
} 

#greedings{
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    margin-top: 30px;
    margin-left: 30px;
    width: 250px;
    color: #FEEDDD;
    font-family: 'K2D', sans-serif;
}

#clasament{
    margin-left: 30px;
    padding: 10px;
    width: 250px;
    border: 1px solid #132533;
    background-color: #030E14;
    color: #FEEDDD;
}

#player-mini-clasament{
    font-family: 'K2D', sans-serif;
    color: #FEEDDD;
}
#mini-rank-listing{
    font-family: 'K2D', sans-serif;
    color: #FEEDDD;
}
#mini-rank-listing-numerotare{
    font-family: 'K2D', sans-serif;
    color: #CE5016;
}