body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding : 0;
}

html, body {
	width: 100%;
	height: 100%;
}

#content {
	width: 100%;
	height: 910px;
	background: url('support.jpg')top center no-repeat;
}

#wrapper {
	max-width: 1200px;
	margin : 0 auto;
	position: relative;
	padding: 0 15px;
}

#contact {
	float: right;
	text-align: right;
	color : #fff;
	padding-top: 15px;
}

#contact a, #contact p {
	font-size: 15px;
	margin : 0;
	text-decoration: none;
	color :#fff;
	line-height: 23px
}
.bold {
	font-weight: 700;
}

h1 {
	position: absolute;
	right: 0;
	display: block;
	width: 500px;
	top : 320px;
	font-weight: 300;
	color : #2C3B5C;
	text-align: right;
	font-size: 40px;
}

/*@media screen and (max-width: 1210px) {
	#wrapper {
		width: 100%;
	}
	
	#content {
	background-size : cover!important;
}
	
}
*/
