@charset "UTF-8";
#main_container {
	background-color: #0099FF;
	height: 600px;
	width: 600px;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	height: 100px;
	width: 100%;
	border: thin dotted #003366;
}
#island {
	height: 599px;
	width: 300px;
	background-color: #996633;
	position: absolute;
	right: 429px;
	top: 14px;
}
