body { 
    font-family: Arial, "HelveticaNeue", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 1.2em;
}

a,  a:visited {
    color:white;
    text-decoration: none;
}

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


#container {
    margin: auto auto;
    margin-top: 7em;
    padding-left: 3px;
    padding-right: 3px;
    width: 90%;
	max-width: 63em;
	text-align: center;
}

#links {
	margin-bottom:8em;
}

#footer { text-align: center; margin-bottom: 2em; font-size: 0.6em; }

.supl { vertical-align: 25%; font-size: 10px; }

@media only screen and (max-width: 1024px) {
	body { font-size: 1em; }
	#footer { text-align: center; margin-bottom: 1em; font-size: 0.7em; }	
	#container { margin-top: 3em; }
	#links { margin-bottom:5em; }
}