
/* === INTRO === */

body {
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #252525;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
<!--
-->
	overflow: hidden;
}

#TOP {
	height: 115px;
	width: 975px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/layout/bg_top_intro.png);
<!--
-->
	background-image: url(../img/layout/bg_top_intro_ie.png);
	background-repeat: no-repeat;
}

#BOTTOM {
	height: 70px;
	width: 975px;;
	margin: 0 auto;
	margin-bottom: 0px;
	background-image: url(../img/layout/bg_bottom_intro.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#Stars {
	margin-left: 275px;
}

#Intro {
	margin-top: -10px;
	z-index: 0;
}

/* Skip */

div#Skip {
	margin: 0;
	padding-top: 10px;
}
div#Skip span {
	float: left;
	height: 35px;
}
#Skiplink span {
	background: url(../img/layout/skip.gif);
	width: 135px;
	height: 35px;
	background-position: 0 0;
	text-decoration: none;
}
#Skiplink a:hover span {
	background: url(../img/layout/skip.gif);
	width: 135px;
	height: 35px;
	background-position: 0 -35px;
	text-decoration: none;
}
#Skiplink a:focus span {
	background: url(../img/layout/skip.gif);
	width: 135px;
	height: 35px;
	background-position: 0 -35px;
	text-decoration: none;
	outline: none;
}




#TOP {
  	background: url(../img/layout/bg_top_intro.png);
  	background: expression("none");
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/layout/bg_top_intro.png');
}
