﻿body {
	background-color:#000080;
	background-image:none;
	text-align:center;
	color:silver;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	text-align:center;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	margin:3px;
	letter-spacing:4px;
}
#MainContainer {
	font-family: Arial, Helvetica, sans-serif;
	background-color:aqua;
	border: medium solid black;
	padding: 0px;
	margin: auto;
	width: 1000px;
	height: 530px;
	position:relative;
	overflow:hidden;
}
#MainContainer p{
	color:white;
	font-size:20px;
}
div#LowerPanel {
	border:0px;
	height:100px;
}

p#Feedback {
	color:navy;
	font-weight:bold;
}
#TrophyForm {
	position:absolute;
	top:30px;
	left:350px;
	width:300px;
	height:30px;
	text-align:center;
}
#Trophybutton {
	visibility:visible;
	display:none;
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
}
div#UnderContainer {
	width:1000px;
	height:740px;
	margin:auto;
	border: 0px solid black;
	position:relative;
	padding:0px;
}
div#LeftPanel, div#MiddlePanel, div#RightPanel {
	position:absolute;
	top:0px;
	margin:0px;
	border: 0px solid black;
	text-align:center;
}
div#LeftPanel {
	left:0px;
	width:340px;
}
div#MiddlePanel {
	left:350px;
	width:300px;
	padding-top:10px;
}
div#MiddlePanel p{
	color:white;
	text-align:left;
}
div#RightPanel {
	Right:0px;
	width:340px;
}
div#LowerPanel {
	position:absolute;
	bottom:0px;
	left:0px;
	width:998px;
	height:110px;
	margin:0px;
	border: 1px solid black;
	text-align:center;
}
.whitebutton {
	display:block;
	margin:auto;
	width:190px;
	height:20px;
	text-align:center;
	color:white;
	font-weight:bold;
	background-color:gray;
	border:2px white solid;
	border-radius:35px;
	text-decoration:none;
	padding:10px;
}

#ButtonArea {
	position:absolute;
	top:490px;
	left:0px;
	width:100%;
	height:20px;
}
#ButtonArea table {
	margin:auto;
}
#ButtonArea td {
	text-align:center;
	font-weight:bold;
	color:white;
}

img.Padlock {
	width: 32px;
	height: 25px;
	margin-top:-26px;
	margin-bottom:26px;
}
#Cliff {
	position:absolute;
	width: 232px;
	height: 480px;
	top:70px;
	left:-10px;
}
.Monkey {
	position:absolute;
	width: 48px;
	height: 53px;
	top:120px;
	left:100px;
}
#Boat {
	position:absolute;
	width: 227px;
	height: 34px;
	top:430px;
	left:225px;
}
#Boat p{
	position:absolute;
	top:4px;
	left:70px;
	margin:0px;
	z-index:100;
}
#Boat img{
	position:absolute;
	width: 227px;
	height: 34px;
	top:0px;
	left:0px;
	z-index:99;
}
#Splash {
	position:absolute;
	width: 65px;
	height: 63px;
}
#Sea {
	position:absolute;
	top:400px;
	height:200px;
	width:100%;
	background-color:#0099FF;
	border:1px black solid;
}
#Sun {
	position:absolute;
	width: 234px;
	height: 226px;
	top:10px;
	right:10px;
}
#SocialAndComments {
	position: relative;
	width: 1000px;
	background-color: #FFFFFF;
	padding: 20px;
	text-align:left;
	color: #000000;
	border: 3px black solid; 
	margin: 0 auto;
	box-sizing:border-box;
	border-radius:20px;
	box-shadow: inset 0 0 20px #000000;
}