body {
	background-color: rgb(133, 135, 136);
	color: white;
	font-size: 11px;
	line-height: 17px;
	font-family: helvetica, arial, sans;
}

a {
	text-decoration: none;
}

#mainouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#maincontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
}

#maininner {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#logo {
	margin-bottom: 25px;
}

.block {
	margin-bottom: 23px;
}

#link1 {
		color: rgb(7, 219, 250);
}

#link2 {
		color: rgb(201, 3, 204);
}

#link3 {
		color: rgb(252, 244, 12);
}

#link4 {
		color: rgb(66, 232, 22);
}