#wrapper {
	width: 700px;
	border: 20px groove #999999;
	background-color: #000000;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-color: #000000;
	height: 200px;
	width: 690px;
	border: medium ridge #0066FF;
}
#wrapper #header #music_player {
	height: 50px;
	width: 200px;
}
#wrapper #navbar {
	width: 628px;
	background-color: #000000;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #text_box {
	background-color: #000000;
	width: 620px;
	border: thick ridge #0066FF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #footer {
	height: 75px;
	width: 690px;
	border: medium ridge #0066FF;
	background-color: #3366FF;
}
