body {height: 90%; min-height: 90%;}

body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}

html:after {
  background-image: url('dotted.png');
  background-repeat: repeat-y;	
  content: '';
  width: 5px;
  height: 99%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

h1, h2 {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
}

h2 {
	font-size: 1.8em;
}

.green {
	color: #6cb13b;
}

.yellow {
	color: #f1c30b;
}


p {
	font-size: 14px;
	line-height: 1.8em;
}

img {
	max-width: 100%;
}

.mainLogo{
	position: absolute;
	text-align: center;
	z-index: 5;
	top: 49px;
	left: 0;
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #FFF;
	display: block;
	width: 100%;
}

.content {
	display: block;	
	width: 100%;
	margin-top: 240px;
}

.area {
	width: 50%;
	display: inline-block;
	float: left;
}

.left {
	text-align: right;	
}

.area-logo-left {
	width: 100%;
	text-align: right;
}

.area-logo-left img{
	padding-right: 114px;
}

.area-logo-right {
	width: 100%;
	text-align: left;
}

.area-logo-right img{
	padding-left: 105px;
}

.area-container {
	position: relative;
	background-color: #2a2a2a;
	color: #FFF;
	min-height: 330px;
}

.content-text
{
	max-width: 450px; 
	padding: 5px 50px;
	text-align: center;
}

.left-area {
	position: absolute;
	top: 0px;
	right: 0px;
}

.button {
	padding: 7px 15px;
	color: #2a2a2a;
	max-width: 180px;
	margin: 0 auto;
	clear: both;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px auto;
	font-weight: bold;
	display: block;
	margin-top: 25px;
	letter-spacing: 1px;
	border-radius: 10px;
}

.greenbg {
	background-color: #6cb13b;
}

.yellowbg {
	background-color: #f1c30b;
}


@media (max-width: 950px){
	html:after {
	  background-image: none;
	  content: '';
	}	
	
	.content {
		margin-top: 200px;
	}
	
	.area {
		width: 100%;
	}	
	
	.area-container {
		min-height: 100px;
	}
	
	.left-area {
		position: relative;
	}
	
	.area-logo-left, .area-logo-right {
		text-align: center;
	}

	.area-logo-left img{
		padding-right: 10px;
	}

	.area-logo-right img{
		padding-left: 0px;
		padding-top: 30px;
	}

	.content-text{
		max-width: 100%;
		padding: 5px 15px;
	}
		
}

@media (max-width: 415px){
	
	.mainLogo{
		top: 10px;
	}
	
	.content {
		margin-top: 180px;
	}
	
	.content-text p.description{
		display: none;
	}	
	
	h2{
		margin: 5px 0px 0px 0px;
		font-size: 1.6em;
	}
	
	.button {
		margin-top: 0px;
		padding: 5px 15px;
		font-size: 0.9em;
	}
}