.main .title {
	background-image: url(/images/splash/logo120colorbg.png);
	background-repeat: repeat-x;
	height: 94px;
	color: white;
	border-bottom: 10px solid black;
}

.main .title .logo {
	background-image: url(/images/splash/logo120color.png);
	height: 94px;
	width: 120px;
	border-right: 1px solid black;
	float: left;
}

.main .title .description {
	padding-left: 15px;
	padding-right: 5px;
	height: 94px;
	overflow: hidden;
}

.main .title .description .play_time {
	color:green;
	font-size:0.95em;
	line-height:0.95em;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding-bottom:0px;
	padding-left:0px;
	padding-right:5px;
	padding-top:3px;
	text-align:right;
}

.main .middle {
}

.main .middle .description {
	color: black;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(/images/splash/light_green.png);
	font-size: 170%;
	text-align:center;
}

.main .middle .arrow_graphic {
	background-image: url(/images/splash/main.png);
	width: 914px;
	height: 347px;
}

.explain {
	background-color: #EFFDEC;
	color: black;
	border-top: 10px solid black;
	height: 100px;
}

.explain .section {
	float:left;
	width: 297px;
	height: 100px;
}

.explain .section .content {
	padding-left: 10px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 1.3em;
}
.explain .section .profile_pic {
	float: left;
	padding: 9px;
}
.explain .section .section_title {
	padding: 5px;
	font-size: 1.5em;
	font-weight: bold;
}

.explain .section li {
	font-weight: bold;
}

.explain .section ul {
	margin-top: 4px;
}

.explain .seperator {
	float:left;
	width: 10px;
	height: 100px;
	background-color: black;
}

.connect {
	background-color: #EFFDEC;
	color: black;
	border-top: 10px solid black;
	text-align: center;
	padding: 10px;
}
.connect A {
	text-align: center;
}
.connect .text_top {
	padding: 5px;
	font-size: 1.5em;
	line-height: 1.5em;
}
.connect .text {
	padding: 5px;
}