body {
	background: #fff;
	color: #555;
	font: 12px/20px 'Ubuntu', Arial, sans-serif;
	margin: 0;
	padding: 0;

}


@media only screen and (max-device-width: 800px) {
	div { font-size: 1.2em; }
}

@media only screen and (max-device-width: 800px) and (orientation: portrait) {
	div { font-size: 1.4em; }
}

@media only screen and (max-device-width: 400px) {
	div { font-size: 1.4em; }
}

@media only screen and (max-device-width: 400px) and (orientation: portrait) {
	div { font-size: 1.6em; }
}

.centered{
	width:400px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-50px 0 0 -130px;
}

#footer {
    position:fixed;
    bottom:18px;
    right:24px;
}

a {
	color: #555;
}

a:hover { 
    color: #777; 
}

i {
	margin: 20px 20px 20px 20px;
}
	

