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

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/bg-noise.jpg);
}
body img {
	border: 0px;
}
#welcome {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 700px;
	background: url(/images/bg-welcome.jpg) top left no-repeat;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
}
#welcomeMessage {
	width: 567px;
	height: 328px;
	position: absolute;
	left: 98px;
	top: 331px;
	z-index: 2;
}
#enterSite {
	width: 650px;
	height: 250px;
	position: absolute;
	left: 34px;
	top: 92px;
	z-index: 1;
}
#FanCue {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10;
}
