#logo {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 300px;
    height: 142px;
    margin-left: -150px;
    margin-top: -70px;
    text-align: center;
}
a {
    color: #4d4d4d;
}

a:hover{color: #3771c8;
}

img{
    margin: 5px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
}

#footer {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #bbb;
    border-top: 1px solid #E4E4E4;
    font-size: 33px;
    line-height: 50px;
    min-width: 980px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding-left:30px;
    padding-right:30px;
}

/* IE 6 */
* html #footer {
    position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#clock {
	float: right;
}

.second {
	color: #888;
}