/* General Rules */
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

/* Fullscreen Effect */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	min-height: 570px;
	font-family: 'Lucida Grande','Segoe UI', 'Lucida Sans Unicode','Trebuchet MS', sans-serif;
}
#content {
	height:100%;
}
#clientAccess {
	font-size: 11px;
	text-align: right;
	position: absolute;
	width: 100px;
	top: 20px;
	right: 20px;
}
#clientAccess a {
	color: #CCCCCC;
}
#altContent {
	padding: 20px;
}

#altContent h1 {
	font-size: 18px;
	color: #FFFFFF;
}
#altContent p {
	font-size: 12px;
	color: #FFFFFF;
}
#altContent a {
	color: #B2BB1C;
}
#noflashMsg {
	color: #CC3300;
	background-color: #FFFFFF;
	padding: 10px;
	width: 90%;
	text-align: center;
	margin: 40px 10px;
	border: 1px solid #CC3300;
}
#noflashMsg a {
	color: #56A1D5;
}

