html {
	height: 100%;
	width: 100%;
}

body {
	background:#bfb880 url('res/backyard.jpg');
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	font-family:courier new;
	font-size:20px;
	font-weight:normal;
	color:#000000;
}

a:link, a:visited, a:active {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img{
	margin-top:-3px;
	vertical-align:middle;
	border: 0px;
}

li{
	padding: 10px;
	margin: 10px;
	text-align: left;
}

#top{
	font-size:60px;
	text-align: left;
	margin-bottom: 30px;
	font-weight:bold;
}

#middle{
	position: relative;
	width: 100%;
}
#splash{
	position: relative;
	height: 600px;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:35%;
	margin-right:35%;
}

#content{
	background: #ffffff;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 20%;
	margin-right: 20%;
	padding: 5%;
	border: 4px solid black;
	text-align: justify;
}

.drift{
	background: #ffffff;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 40px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size:30px;
	font-weight:bold;
	border: 4px solid black;
}

#bottom{
	position: relative;
	font-size: 12px;
	text-align:center;
	margin: 10px;
}

.gallery_element{
	margin-bottom: 80px;
	font-size: 14px;
}

#content img{
	border: 1px solid black;
	margin-top: 20px;
}
