body {
	background: #969696;
	background-image: url('textures/sm64_background.png');
	background-attachment: fixed;
}

#navigation {
	border: inset #dddddd 4px;
	min-height: 800px;
	width: 150px;
	overflow: hidden;
	background: #ffdd00;
	
}

#content {
	display: flex;
	background-image: url('textures/castle_tiles.png');
	width: 920px;
	border: #dddddd outset 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 6px;
	min-height: 820px;
}

#title {
	display: flex;
	margin: auto;
	margin-top: 20px;
	width: 920px;
	height: auto;
	padding: 6px;
	border: #dddddd outset 5px;
	background: #c5c5c5;
	background-image: url('textures/castle_tiles.png');
}

#logo {
	margin-left: auto;
	margin-right: auto;
	background: ;
}

#logo img.side-logo {
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
}


#announcement {
	background-image: url('textures/pipe.png');
	margin: auto;
	margin-top: 6px;
	width: 900px;
	height: 54px;
	padding: 5px;
	border: linear-gradient solid 1px;
	color: white;
}

#announcement_content {
	border: outset 2px;
	margin-top: 12px;
	margin-bottom: auto;
	margin-left: 30px;
	padding: 4px;
	max-width: 830px;
	background: black;
	animation: scroll-left 10s linear infinite;
}

#situation{
	display: flex;
	margin-left: 10px;
	width:760px;
	min-height: 820px;
	border: #dddddd inset 3px;
}

#footer {
	border: black solid 1px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	width: 915px;
	height: 51px;
	background-image: url('textures/smb_ground.png');
	color:white;
	text-shadow:
		-1px -1px 0 black,  
		1px -1px 0 black,
		-1px  1px 0 black,
		1px  1px 0 black;
}

#footer a:visited {
	color: #66efff;
	background-color: transparent;
	text-decoration: none;
}

#footer a:active {
	color: #66efff;
	background-color: ;
	text-decoration: none;
}

#footer a:link {
	color: #66efff;
}

#footer img.footer_star {
	margin-left: 800px;
	
}
