#badges {
	position: relative;
	width: 750px;
	/*border: 1px solid red;*/
	background-color: #CCC;
}
#badges div{
	position: relative;
	float: left;
	width: 25%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
}
#badges #websites {
	background-image: url('../img/badge_1.png');
}
#badges #code {
	background-image: url('../img/badge_2.png');
}
#badges #soc {
	background-image: url('../img/badge_3.png');
}
#badges #logos {
	background-image: url('../img/badge_4.png');
}
#badges p {
	display: inline-block;
	width: 25%;
	float: left;
	text-align: center;
	font-family: Berlinh;
}
#vooter {
	margin-top: 80px;
}
#vootshade {
	height: 20px;
	width: 100%;
	background-image: url('../img/shadowinvert.png');
	background-repeat: repeat-x;
}
#vootsticker {
	background-image: url('../img/band.png');
	width: 796px;
	height: 141px;
	margin-top: -170px;
	margin-left: -50px;
}
#vootmask {
	height: 100px;
	width: 100%;
	background-image: url('../img/bg.png');
	background-repeat: repeat;
}
#vootcenter {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#voottext {
	font-family: desyrelregular;
	font-size: 30px;
	width: 680px;
	text-align: center;
}