body{
	background-color: #0D9857;
	text-align: center;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper{
	max-width: 960px;
	padding: 10px;
	margin: auto;
	text-align: center;
}

.textblock{
	background-color: #007F48;
	padding: 30px 40px;
	color: #fff;
	font-family: Verdana;
	font-size: 14pt;
}

hr{
	border: none; 
	color: #007F48; 
	background-color: #007F48; 
	height: 2px;
}
img{
	padding: 7px;
}
.screenshot{
	width: 30%;
	height: auto;
}

#logo{
	width: 40%;
	height: auto;
}
.button{
	width: 30%;
	height: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 53.60%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 570px){
	.screenshot{
		width: 90%;
		height: auto;
	}
	.button{
		width: 50%;
		height: auto;
	}
	body{
		background-image: url("../img/bg_small.jpg");
	}
}

a:link {color:white; text-decoration:underline;}
a:visited {color:white; text-decoration:underline}
a:active {color:white; text-decoration:none}
a:hover {color:white; text-decoration:underline}
