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

body{
	background:url("img/grey_wash_wall.png");
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.contenedor{
	background: white;
	box-shadow: 5px 5px 10px #444;
	border-radius: 10px;
	width: 400px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -200px;
	text-align: center;
	color: #999;
}


h1, h2{
	font-weight: normal;
	color: #005C00;
}

h3{
	margin-top: 60px;
}
p{
	margin-top: 0px;
}

a img{
	width: 40px;
	height: 40px;
	box-shadow: 5px 5px 10px #444;
	position: absolute;
	top: 90%;
	left: 95%;
	border-radius: 20px;
}

