body {
	background-color: #0c0f16;
	text-align: center;
	vertical-align: middle;
}

* {
	color: white;
	font-size: 11px;
	font-family: Tahoma
}

a {
	color: gray;
}

a:hover {
	text-decoration: none;
	color: white;
}

.facebook{ 
        float: right; 
        width: 232px; 
        height: 420px; 
        background: url(img/facebook.png); 
        display: block; 
        right: -205px; 
        padding: 0; 
        position: fixed; 
        top: 170px; 
        z-index: 10000;
}
