body {
	background-image:url('images/background.png');
}
		
#main {
	width: 1024px;
	background-color: #B67C3D;
	border: 5px solid #926C44;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 10px;
	box-shadow: 6px 6px 3px #4E4E4E;
}
		
#header {
	margin-left: auto;
	margin-right: auto;
}
		
#menu {
	background-color: #DCA56F;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #926C44;
	border-radius: 5px;
	overflow:hidden;
	height:1%;
}
		
.button {
	height: 80%;
	background-color: orange;
	float: left;
	margin-right: 5px;
	padding: 4px 10px 2px 10px;
	border: 1px solid #926C44;
	border-radius: 3px;
	font: normal 12px Verdana, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

#title {
	float: right;
	font: normal 18px Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-right: 5px;
}
		
#content {
	background-color: #DCA56F;
	border: 1px solid #926C44;
	border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
	font: normal 14px Verdana, Arial, sans-serif;
}

table { 
	empty-cells: show;
	width: 70%;
}

th {
	border: 1px solid black;
	border-radius: 3px;
}

td {
	padding-left: 10px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 20px;
	text-align: center;
	font: normal 10px Verdana, Arial, sans-serif;
}

#adam {
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
}

a:link {color:black; text-decoration:underline;}
a:hover {color:red; text-decoration:underline;}

.images {
	border-radius: 10px;
	border: 1px solid #926C44;
	margin: 5px;
}

#banner {
	margin: 0 auto;
}

#banner img {
	border-radius: 10px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

#banner #desc {
	display: inline-block;
	width: 44.8%;
	min-height: 130px;
	border-radius: 5px;
	border: 1px solid grey;
	background: #ccc;
	padding: 10px;
}

#banner #desc a:link {
	color:blue; 
	text-decoration:underline;
	font-weight: bold;
}

#banner #desc a:hover {
	color:red; 
	text-decoration:underline;
	font-weight: bold;
}

#download a:link {
	color:blue; 
	text-decoration:none;
}

#download a:hover {
	color:red; 
	text-decoration:underline;
}

#facebook:link {
	color:blue; 
	text-decoration:underline;
	font-weight: bold;
}

#facebook:hover {
	color:red; 
	text-decoration:underline;
	font-weight: bold;
}