/* CSS Document */

body {
	background-image:url(../images/bg_vert.jpg);
	background-repeat:repeat-x;
	background-color:#3333CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin:0px;
}

.wrap {
	width:900px;
	background-image:url(../images/bg_wrap_intro.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

.header {
	text-align:center;
}

.intro-spacer  {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.intro-bottom-text {
	bottom:0px;
}

.credits, .credits:link, .credits:visited {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.credits:hover {
	text-decoration:underline;
}