@charset "UTF-8";
/*---------basic styling----------*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image:url(../images/bib.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 75px;
	}
	
.centerimg {
	display: block;
	width: 90%;
	max-width: 591px;
	height: auto;
	margin: 32% auto 75px auto;
}
a:link,
a:visited {
	color: #fff;
}
br {
clear: both;
}

#clear {
	clear: both;
	}
/*---------basic styling----------*/

	

/* ---- main block styles -------*/
	



/* ------- content styles -------*/

	

	

	
	



/* ------- content styles -------*/

/* ------- footer navigation styles -------*/
	
#footer {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	}

#footer p {
	text-align: center;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: .8rem;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	}




/* ------- footer navigation styles -------*/
