#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 1080px;
	padding: 40px;
	border-radius: 20px;
	border-color: 5px solid black;
}

.image {
	width: 117px;
	height: 65px;
	margin-left: 6px;

}

#header{
width: 100px;
height: 400px;
float: left;
font-family: Lucida Sans Typewriter;
padding: 3px;
margin-bottom: 50px;
margin-top: 20px;
}
.submenu {
	width: 105px;
	height: 65px;
	padding: 5px;
	margin: 5px;
	background-color: #1C86EE;
	float: left;
	font-size: 18px;
	clear: left;
	border-radius: 4px;
	border-color: black;
	border: 3px;
	font-family: Lucida Sans Typewriter;
	font-color: black;
}

.worldmap {
	width: 105px;
	height: 65px;
	padding: 5px;
	margin: 5px;
	background-color: blue;
	float: left;
	font-size: 18px;
	clear: left;
	border-radius: 4px;
	border-color: black;
	border: 3px;
	font-family: Lucida Sans Typewriter;
}

.penguin {
	width: 105px;
	height: 65px;
	padding: 5px;
	margin: 5px;
	background-color: blue;
	float: left;
	font-size: 18px;
	clear: left;
	border-radius: 4px;
	border-color: black;
	border: 3px;
	font-family: Lucida Sans Typewriter;
}

.puffle {
	width: 105px;
	height: 65px;
	padding: 5px;
	margin: 5px;
	background-color: blue;
	float: left;
	font-size: 18px;
	clear: left;
	border-radius: 4px;
	border-color: black;
	border: 3px;
	font-family: Lucida Sans Typewriter;
}

.house {
	width: 105px;
	height: 65px;
	padding: 5px;
	margin: 5px;
	background-color: blue;
	float: left;
	font-size: 18px;
	clear: left;
	border-radius: 4px;
	border-color: black;
	border: 3px;
	font-family: Lucida Sans Typewriter;
}

.minigame {
	width: 105px;
	height: 65px;
	padding: 5px;
	margin: 5px;
	background-color: blue;
	float: left;
	font-size: 18px;
	clear: left;
	border-radius: 4px;
	border-color: black;
	border: 3px;
	font-family: Lucida Sans Typewriter;

}
.content {
	width: 600px;
	height: 100px;
	font-size: 28px;
	font-family: Lucida Sans Typewriter;
	margin-left: 480px;
	color: 

}

body {
    background-image: url(http://vignette4.wikia.nocookie.net/clubpenguin/images/d/df/7301.png/revision/latest?cb=20130127225020);
        background-repeat: repeat-x;
}

a
{
	text-decoration: none;

}

a:visted
{
	font-color: black
}