body {
	background-color: #000;
}
#wrapper {
	margin: auto;
	padding: 0px;
}
#content {
	padding: 0px;
	height: 500px;
	width: 640px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-color: #000;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav {
	padding: 0px;
	background-color: #000;
	width: 640px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #CCC;
	text-align: center;
	border: 1pt solid #666;
}
#musictext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	height: 190px;
	width: 186px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 19px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photographytext {
	background-color: #0F0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	height: 190px;
	width: 190px;
	margin: auto;
}
#gammingtext {
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #333;
	height: 20px;
	width: 640px;
	margin: auto;
	text-align: center;
}
