
::-webkit-scrollbar-thumb {background:#DDD;}
::-webkit-scrollbar {width:2px;height:2px;background:#f8f8f8;}

body {
    margin:0px;
    font-family: 'poppins', sans-serif;
    color:#555;
    text-align:center;
    font-size:7px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    background:#0F0F0F;
}

a:link, a:active, a:visited {
    text-decoration:none; 
    transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    color:#ff0f25;
}

a:hover {
     text-decoration:none; 
    transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    color:#FFF;
}

a[data]:hover:after {
  content: attr(data);
  max-width:400px;
  position: absolute;
  margin:10px;
  padding:2px 8px;
  border:1px solid #DDD;
  border-radius:4px;
  background:#fff;
  color:#000;
  z-index:999999;
  font-size:10px;
  font-family: calibri;
  letter-spacing: 4px;
  text-transform:uppercase;
  box-shadow:1px 1px 3px rgba(0,0,0,.1);
}

#c{position:fixed;right:30px;bottom:30px;text-transform:uppercase;}
#center {
    position:relative;
    width:900px;
    margin:0px auto 0px;
} 

.image img{width:29%;}

.links{padding:10px;text-align:right;}
.links a{font-size:50px;}

h1 {
    margin:0px;
    font-size: 110px; 
    letter-spacing: -10px; 
    font-weight: bold; 
    text-shadow: -5px 4px 0px #191919;
    padding:10px;
    color:#fff;
}

h2 {
    margin:0px;
    font-size: 90px; 
    letter-spacing: -10px; 
    font-weight: bold; 
    text-shadow: -5px 4px 0px #191919;
    padding:10px;
    color:#FFF600;
}

.popup_block{
    display:none;
    background:#FFF;
    padding:20px;
    border:1px solid #eee;
    float:left;
    position:fixed;
    top:50%;left:50%;
    z-index: 99999;
    font-size:10px;
    line-height: 10px;
    text-transform:none;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}
 
*html #fade {position: absolute;}
*html .popup_block {position: absolute;}
#fade {
    display:none;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:9999;
    background:#000;
    opacity:0.5;
}

img {
    margin-bottom:-5px;
}

#blogroll {
    width: 445px;
    height: 250px;
    margin: 0 auto;
    overflow: auto;
}
       
#follower a {
    width: 200px;
    font-family: Tahoma;
    font-size: 10px;
    color: black;
    background-color: #fafafa;
    text-align: left;
    padding: 4px;
    margin: 3px;
    display: block;
    float: left;
}
       
#follower a:hover {
    color: white;
    background-color: black;
}