@charset "UTF-8";
html, body
{
	background-color:#000;
	padding:0px;
	margin:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
}
img
{
    display: block;
    margin-left: auto;
    margin-right: auto
}
hr
{
	background-color:#000000;
	width:90%;
	height:1px;
	border:hidden;
}
a
{
	text-decoration:none;
	color:#FFFFFF;
}
iframe
{
	z-index:2;
}
#headerArea
{
	width:100%;
	height:110px;
	top:0px;
	left:0px;
	position:fixed;
	z-index: 4;
}
#headerLogoArea
{
	width:960px;
	height:100px;
	margin:auto;
	z-index: 4;
}
#headerLogo
{
	width:80px;
	height:80px;
	background-repeat:no-repeat;
	background-image:url(../images/logo.png);
	position:absolute;
	margin-top:10px;
	z-index: 4;
}
#tweetArea
{
	height:30px;
	padding-top:70px;
	margin-left:550px;
	font-size:10px;
	text-align:left;
	padding-right:5px;
	z-index: 4;
}
#tweet
{
	height:100%;
	float:left;
	margin-top:-11px;
	margin-left:65px;
	z-index: 4;
}
#headerTop
{
	width:100%;
	height:100px;
	background-color:#165799;
	margin:auto;
	float:left;
	z-index: 4;
}
#headerTopSpacer
{
	height:100px;
}
#headerPullDown
{
	width:960px;
	height:13px;
	background-color:#88C8F5;
	background-image:url(../images/pulldown-icon-bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	overflow:hidden;
	cursor:pointer;
}
#headerPullDownArea
{
	width:960px;
	height:150px;
	background-color:#88C8F5;
	margin:auto;
	display:none;
}
#headerSpacer
{
	height:113px;
}
#tutorialLinksArea
{
	margin-left:10px;
	width:940px;
	height:150px;
	text-align:left;
	overflow:hidden;
}
.tutorialLink
{
	height:150px;
	width:220px;
	float:left;
	margin:0px;
}
.imgLink
{
	margin-top:10px;
	margin-left:10px;
}
.tutorialLink:hover
{
	background-color:#7bbbe5;
}
.tutorialLinkMore
{
	height:150px;
	width:60px;
	float:left;
	background-image:url(../images/more.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tutorialLinkMore:hover
{
	background-color:#7bbbe5;
}
#tutorialBody
{
	width:960px;
	height:100%;
	margin:auto;
	background-color:#333333;
}
#player
{
	width:853px;
	margin: 0 auto;
	z-index: 2;
}
#tab
{
	height:37px;
	margin-top:25px;
}
#tabLeft
{
	height:37px;
	margin-left:53px;
	width:6px;
	background-image:url(../images/tab-left.png);
	background-repeat:no-repeat;
	float:left;
}
#tabMiddle
{
	height:37px;
	background-image:url(../images/tab-middle.png);
	background-repeat:repeat-x;
	float:left;
}
#tabRight
{
	height:37px;
	width:27px;
	background-image:url(../images/tab-right.png);
	background-repeat:no-repeat;
	float:left;
}
#tabText
{
	height:37px;
	margin-top:10px;
}
#tutorialTextArea
{
	width:100%;
	background-image:url(../images/tutorial-text-area.png);
}
#tutorialText
{
	padding-top:10px;
	padding-left:53px;
	padding-right:53px;
	padding-bottom:10px;
	text-align:left;
}
#footer
{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}