/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#000;
}

img {
	border: 0px;
}

#intro {
	position: absolute;
	left: 50%;
	width: 400px;
	margin-top: 30px;
	margin-left: -200px;
	background-color:#000;
}

#topintro{
	width: 640px;
	height: 20px;
	background-image: url(images/bg_top600.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#bottomintro {
	width: 640px;
	height: 20px;
	background-image: url(images/bg_bottom600.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#introcontent {
	width: 640px;
	background-image: url(images/bg_mid600.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#introflash {
	width: 600px;
	margin: 0px 20px 0px 20px;
}


