@charset "UTF-8";

body {
	background: #120b08 url(../img/bgrnd_intro.jpg) no-repeat top center;
}
#flashIntro {
	overflow: hidden;
	margin: 80px auto 0 auto;	
	width: 765px;
	height: 510px;
	text-align: center;
	background: #000;
	border: solid 3px #2f3e4c;
}
.textIntro {
	margin-top: 10px;
}
.textIntro a {
	color: #ccc;
	font-size: 0.9em;
	text-decoration: none;
}
.textIntro a:hover {
	color: #efefef;
	text-decoration: underline;
}
h1,h2,h3,p,a {
	color: #efefef;
}
