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

#intro {
	position:relative;
	height:362px;
	background:url('/images/bg_intro.gif') repeat-x;
}

#intro .header {
	position:absolute;
	top:32px;
	left:16px;
}

#ticker {
	margin:10px 0;
	padding:5px;
	padding-left:10px;
	background:#EDEDED;
	position:relative;
}
#buttons {
	margin-bottom:0;
	height:61px;
	overflow:hidden;
}
#buttons div {
	float:left;
	width:144px;
	background:#f5f5f5;
	margin-right:10px;
	position:relative;
}
#fastFacts {
	position:absolute;
	bottom:0;
	right:10px;
	padding-bottom:10px;
}

#tunesMenu {
	position:absolute;
	right:36px;
	top:60px;
	width:425px;
	height:300px;
}

.orangeBold, .orangeBold * {
	color:#ff5100;
	font-weight:600;
}

.stopper {
	position:absolute;
	bottom:0px;
	left:0px;
	width:260px;
}
.stopper .c {
	margin:0 18px;
}
.stopper .c a {
	position:relative;
}
.stopper .t {
	background:url('/images/main/top.png') no-repeat !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/main/top.png", sizingMethod="crop");
	height:18px;
	overflow:hidden;
}
.stopper .m {
	background:url('/images/main/mid.png') !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/main/mid.png", sizingMethod="crop");
	height:100%;
	overflow:hidden;
}
.stopper .b {
	background:url('/images/main/bottom.png') !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/main/bottom.png", sizingMethod="crop");
	height:18px;
	overflow:hidden;
}
.stopper .links {
	text-align:center;
	margin-bottom:10px;
}
