@import url(http://fonts.googleapis.com/css?family=Satisfy);
.body{
	font-family: 'Satisfy', cursive;
}
a{
	color:inherit;
	text-decoration:none;
}
#container{
	width:580px;
	height:290px;
	overflow:auto;
}
#button{
	position: absolute;
	top: 470px; 
	left: 50%;
	margin: 0 0 0 -324px;
	width:150px;
	height:30px;
	float:left;
}
.nav{
	font-family: 'Satisfy', cursive;
	padding:0;
	margin:0;
}
.nav li{
	position:relative;
	width:auto;
	color:#fff;
	float:left;
	margin:0px 10px;
	font-size:18px;
}
.nav li a{
	position:relative;
	padding:10px 44px;
}
.nav li a:hover{
	background:#2f2f82;
}
h1{
	color:#2f2f82;
	font-size:20px;
}
p {
	color:#2f2f82;
	font-size:14px;
}
