@charset "UTF-8";
/* CSS Document */

body {	
	
	background-color:#e7eef0;
	margin: 0px 0px 0px 0px;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:110%;
}

a img {
	border:none;
}

a:link {
	font-size: 130%;
}

#content {
	
	width: 100%;
	height: 400px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

.introText {
	width: 440px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#genreMenu {
	width: 100%;
	overflow: hidden;
}

#genreMenu span{
	display: inline-block;
	color: #ffffff;
	padding: 6px 0px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
	margin: 0px; /*spacing between each menu link*/
	margin-right: -6px;

	text-decoration: none;
	width: 14.3%;
	height: 192px;
	border-bottom: 4px solid gray; /*bottom border is 4px*/
	outline: none;

}

#footer {
	color:#ffffff;
	background-color:gray;
}

#also {
	clear: none;
	margin-left: 32px;
	vertical-align: middle;
	
}
