header {
	height: 100px;
	background: white;
}
a,input {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#logo {
	background: url(../img/logo.png) no-repeat;
	width: 339px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	margin: 28px 0px 0 0;
	float: left;
}


#logo a{
	width: 339px;
	height: 48px;
	display: block;
}

#wrap {
	background: #2c3e50;
}
.ev {
	width: 398px;
	height: 398px;
	background: url(../img/ev.png);
	display: block;
}

#wrap h2 {
	font: 700 1.8em 'Open Sans', Helvetica, Arial,	sans-serif;
	color: white;
	padding: 15px 0;

}

#wrap h2 span{
	color: #e74c3c;

}

#wrap p {
	font: 500 1em 'Open Sans', Helvetica, Arial,	sans-serif;
	color: #94a6b8;
	line-height: 35px;

}

#hire {
	font: 700 0.8em 'Open Sans', Helvetica, Arial,	sans-serif;
	color: #ced2d5;
	text-transform: uppercase;
	border: 2px solid #bdc3c7;
	float: right;
	padding: 8px 20px;
	border-radius: 4px;
	margin: 30px 0;
}


#hire:hover {
	font: 700 0.8em 'Open Sans', Helvetica, Arial,	sans-serif;
	background: #e74c3c;
	color: white;
	border: 2px solid #e74c3c;

}
#live {
	padding: 50px 0;
}
#lives {
	background: url(../img/live.jpg);
	height: 20px;
	width: 316px;
	display: block;
	text-align: center;
	margin: 0 auto;
}