body{
	background-color: #F2F2F2;
	height:100%;
	margin: 0;	
	padding: 0;
}

.wrapper {
	min-height:100%;
	position:relative;
}

.navbar-header img{
	height:150%;
}

.container_0{
	height:100px;
}
.container_1{
	margin-top: 50px;
	padding-bottom: 50px;
}

.col-sm-12 h2{
	background-color: lightblue;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
}

.site-footer{
	background-color: black;
	bottom: 0;
	height: 50px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.site-footer p{	
	color: #ffffff;
	padding-top: 15px;
}

.container-fluid li{
	font-size: 0.8em;
}