html {
	width: 100%;
	height: 100%;
}
body {
	background: #000;
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

div.logo {
	position: absolute;
	top:50%;
	margin-top:-185px;
	left:50%;
	margin-left: -350px;
}

div.algv {
	position: absolute;
	width:500px;
	left:50%;
	margin-left: -250px;
	bottom:25px;
	text-align: center;
}

.algv a, .algv a:visited, .algv a:active, li {
	color:#666;
	font-weight: 400;
	font-size: 11px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.algv a:hover, .algv a:focus {
	color:#00aeef;
}

li { list-style-type: none; }
ul {margin:0; width: 100%; padding:0;}