* {
margin: 0;
padding: 0;	
}

body {
font-family: Verdana, Arial, sans-serif;	
background: #2e2e2e;
color: #eee;
}

h1 {
text-align: center;
font-family: 'Times New Roman';
font-size: 40px;
font-weight: normal;
letter-spacing: 1px;
padding: 20px 0 20px 0;
margin: 30px 0 0 0;	
}

a {
color: #777;
text-decoration: none;	
}
a:hover {
color: #eee;	
}

.clock_ {
display: block;
list-style-type: none;
overflow: hidden;	
width: 924px;
margin: 30px auto;
}
.clock_ li {
float: right;
border: 2px solid #444;
border-radius: 100%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
padding: 30px;
margin: 0 20px;
font-size: 25px;	
}

.hours_ li.active_ {
border-color: #429337;	
}
.minutes_ li.active_ {
border-color: #1e568f;	
}
.seconds_ li.active_ {
border-color: #962c0c;	
}

footer {
visibility: hidden;	
color: #777; 
width: 940px;
border-top: 1px solid #444;
font-size: 12px;
margin: 100px auto 0 auto;
padding: 20px 40px 40px 40px;
text-align: right;
}
footer {
visibility: visible;	
}
footer a {
padding: 2px 0 2px 27px;
background: url('http://filipmarkiewicz.pl/img/wykonanie.png') no-repeat left bottom;	
}