body {
	padding: 0;
	margin: 0;
	background: #8EC742;
}

#main {
	margin: 0;
	padding-top: 0;
}

#imghead img {
	width: 100%;
	height: auto;
	display: block;
	
}

#imghead {
	margin-bottom: 0px;
	padding-bottom: 0px;

}

#wrap {
	 background-color: #eee;
	padding-bottom: 20px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2) ;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top: 1px solid rgba(200,200,200,1.00);
}

#header {
	height: 30px;
	background:rgba(35,31,32,1.00);
}

#footer {
	background:rgba(35,31,32,1.00);
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #fff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .72em;
	
}

.btn-info {
	background-image: -webkit-linear-gradient(top,#8EC742 0,#8EC742 100%);
background-image: -o-linear-gradient(top,#8EC742 0,#8EC742 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#8EC742),to(#8EC742));
background-image: linear-gradient(to bottom,#8EC742,#8EC742 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EC742', endColorstr='#8EC742', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border-color: #8EC742;
background-color: #8EC742;
	
}

.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
	 background-color: #8EC742;
    border-color: #8EC742;
}

.container-box {
	position: absolute;
	top: 250px;
}

.modal{
	top: 50px;
}
