#home #content {
	height: 521px;
	text-align: left;
	background-color: #85AF9F;
	padding-left: 20px;
}
#home #content .bgSoccer {
	width: 245px;
	height: 521px;
	float: left;
	background-image: url(../media/bg-soccer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#home #content .bgMonkey {
	width: 245px;
	height: 521px;
	float: left;
	background-image: url(../media/bg-monkey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#home #content .bgFrames {
	width: 245px;
	height: 521px;
	float: left;
	background-image: url(../media/bg-frames.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#home #content .bgLegends {
	width: 245px;
	height: 521px;
	float: left;
	background-image: url(../media/bg-legends.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}
#home #content .pic {
	padding-top: 140px;
	padding-left: 12px;
}
#home #content .open {
	padding-top: 12px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	padding-bottom: 12px;
}
#home #content .list {
	color: #003366;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	list-style-position: inside;
	margin-left: 15px;
	list-style-image: none;
	list-style-type: square;
}
#home #content .bgSoccer li {
	color: #003366;
	list-style-position: inside;
}
#home #content .bgMonkey li {
	color: #82531E;
	list-style-position: inside;
}
#home #content .bgFrames li {
	color: #D90026;
	list-style-position: inside;
}
#home #content .bgLegends li {
	color: #987A03;
	list-style-position: inside;
}
#home #content .bgSoccer ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}
#home #content .bgMonkey ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}
#home #content .bgFrames ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}
#home #content .bgLegends ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}
#home a.enterSoccer, #home a.enterSoccer:link, #home a.enterSoccer:active, #home a.enterSoccer:visited {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-soccer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 20px;
	margin-top: 5px;
}
#home a.enterSoccer:hover {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-soccer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 20px;
	margin-top: 5px;
}
#home a.enterMonkey, #home a.enterMonkey:link, #home a.enterMonkey:active, #home a.enterMonkey:visited {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-monkey.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 20px;
	margin-top: 5px;
}
#home a.enterMonkey:hover {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-monkey.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 20px;
	margin-top: 5px;
}
#home a.enterFrames, #home a.enterFrames:link, #home a.enterFrames:active, #home a.enterFrames:visited {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-frames.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 20px;
	margin-top: 5px;
}
#home a.enterFrames:hover {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-frames.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 20px;
	margin-top: 5px;
}
#home a.enterLegends, #home a.enterLegends:link, #home a.enterLegends:active, #home a.enterLegends:visited {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-legends.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 20px;
	margin-top: 5px;
}
#home a.enterLegends:hover {
	display: block;
	width: 215px;
	height: 32px;
	background-image: url(../media/enter-legends.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 20px;
	margin-top: 5px;
}
