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{
	list-style-image: url('res/list_dot.png');
	padding: 10px;
	margin: 10px;
	text-align: left;
}

#top{
	font-size:60px;
	text-align: left;
	margin-bottom: 30px;
	font-weight:bold;
}

#icon{
	background: url('res/navxs_icon_big.png');
	background-repeat: no-repeat;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#middle{
	position: relative;
	width: 100%;
}
#splash{
	position: relative;
	height: 600px;
	margin-top:50px;
	margin-bottom:30px;
}

#content{
	background: url('res/semitransparent.png');
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 20%;
	margin-right: 20%;
	padding: 5%;
	border: 4px solid black;
	text-align: justify;
}

.drift{
	background: url(res/circle.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 240px;
	padding-top: 100px;
	padding-bottom: 120px;
	font-size:30px;
	font-weight:bold;
	position: absolute;
	top: 828.5px;
	left: 300px;
}

#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;
}