* {
	margin: 0;
	padding: 0;
}
html, body {
        height:100%;
}

body {
	    font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
	    background: #24272a;
	    color: #fff;
	    font-size: x-small;
        line-height: 1.8;
		text-align:center;
        }

html>body {
	font-size: small;
}


#hlavni {
position : absolute;
left : 50%;
top : 50%;
width:960px;
height:600px;padding:0;
margin-left:-480px;
margin-top:-250px;
}
a {color:white;}
a:hover {color:orange;}
img {border:none;}