div {
	text-align:center;
}

img {
	margin: 0 auto;
}
.ramme {
	border: 2px solid black;
	border-radius: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.links {
	padding-top: 15px;
	padding-bottom: 15px;
}
.linkImages {
	width: 65px;
}
#labelHolder {
	background-image: url("../img/label.png");
	background-size: contain;
	background-repeat: no-repeat;

}
#label {
	position: relative;
	z-index: 1;
}
#searchField {
	position: relative;
	float: left;
	width: 70%;
	height: 100%;
}
#searchButton {
	height: 100%;
	margin-bottom: -12px;
        margin-left: 5px;
	position: relative;
	float: left;

}	
#headerHolder {
	margin-top: -52px; 
	padding-bottom: 25px;
}
.header img {
	margin-left: 20px;
	margin-top: -2%;
	position: relative;
	top: -8px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}
.header2 img {
	margin-top: -11%;
	position: relative;
	top: -3px;
	background-color: #ffffff;
	width: 50%;
}
#holderMain {
	background-color: black; 
	margin-bottom: 50px; 
	padding-top: 20px;
}
#warning {
	max-height: 182px; 
	padding-bottom: 20px; 
	padding-top: 20px;
}
#inputHolder {
	width: 90%; 
	height: 22%; 
	z-index: 10; 
	position: absolute; 
	left: 8px; 
	margin-left: 4%; 
	top: 3%;
}