body{
	margin:0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	background:#044077;
	color:#ffffff;
}

.wrapper {
	width:1100px;
	height:800px;
	background:#044077 url("images/travelpower.png") no-repeat center;
	position:relative;
	margin:0 auto;
}

.title {
	position:absolute;
	left:10px;
	bottom:380px;
}

h1 {
	font-weight:700;
	font-size:27px;
}

a {
 color:#fff;	
 text-decoration:none;
}

a:hover {
 color:#fff;	
 text-decoration:underline;;
}

.espa_banner {
	position:absolute;
	left:540px;
	bottom:10px;
	font-size:24px;
	font-weight:400px;
}

@media only screen and (max-width: 1099px){
	.wrapper {
		width:100%;
		height:720px;
	}
	
	.title {
		left:0;
		top:0;
		padding-left:5px;
		background:rgba(0,0,0,.6);
		width:100%;
		height:160px;
		text-align:center;
	}	
	
	.espa_banner {
		left:0;
		bottom:0;
		
	}	
	
	.espa_banner img {
		max-width:100%;
	}
}

