* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	color: #000;
	font-family:Helvetica, Aerial;
	font-size: 16px;
	background-color:#DEC398;
	background-image: url('images/13sand.jpg');
}
a:link {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #fff;
    text-decoration:none;
}
a:visited {
	color: #fff;
	text-decoration:none;
}
h1 {
	color:#5D4037;
	background-color:#DBD0C5;
	padding:5px;
	padding-top:20px;
	padding-bottom:15px;
	font-size: 1.9em;
	text-align:center;
	margin:2px;
	margin-top:-10px;
	margin-bottom:5px;
}
header {
	width: 100%;
	background-color:#000000;
	margin-bottom:5px;
}
#wrapper {
	width: 100%;
	max-width: 1000px;
	margin-top:0px;
	margin:auto;
	padding: 0%;
	padding-top:0px;
	background-color:#FFF;
	margin-bottom:-30px;
}
p {
	margin: 0 0 5px;
	line-height: 1.3em;
	font-size: 3.0vw;
	margin:5px;
	margin-top:30px;
	margin-bottom:30px;
}
footer {
	height: 100px;
	width: 100%;
	background-color:#000;
	margin-top:35px;
}
footer p {
	font-size: 18px;
	text-align:center;
	position: relative;
	top:30%;
	transform:translateY(-20%);
}
div.desc {
	padding:5px;
	margin-top:-4px;
	margin-bottom:2px;
	text-align: left;
	font-size: 1.2em;
	background-color:#ccc;
}
div.descr {
	padding:5px;
	margin-top:-4px;
	margin-bottom:2px;
	text-align: right;
	font-size: 1.2em;
	background-color:#ccc;
}
