body {
    color: #FFF;
    background-color: #222;
}
.center {
	width: 1024px;
	height: 85px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	
	
	max-width: 100%;
	max-height: 100%;
	/*overflow: auto;*/
}
.text {
    color: #AAA;
    font-family: "Arial";
    font-size: 40px;
    font-weight: bold;
    text-shadow: 6px 6px #000;
    
}
#intro {
    font-size: 48px;
    font-weight: bold;
    top: -198px;
    color: #AAA;
    text-shadow: 6px 6px #000;
}
#logo {
    font-size: 32px;
}

.smallText {
    font-family: "Courier New";
    font-size: 16px;
}
#binTime {
	margin: 10px 0 10px;
	position: relative;
	top: 3px;
}
#date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Tahoma";
    font-weight: 0px;
}
#logo {
    position: absolute;
    left: 0;
    bottom: 0;
}
.box {
    border: solid 0px #FFF;
    border-radius: 6px;
    text-align: center;
    
}

a, a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: "Courier New";
    font-size: 16px;
}
.links-layer {
	margin-top: 30px;
	font-size: 26px;
	font-family: "Courier New";
}
.links-layer a {
	font-size: 26px;
}
