body {
	background: #1c1c1c;
	color: #Fefefe;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

a {
	color: #00AFF0;
	text-decoration: none;
}
#centro{
    display: table;
    height: 480px;
    text-align: center;
    width: 100%;
}
.dentro {
    display: table-cell;
    vertical-align: middle;
}