@charset "utf-8";
/* CSS Document */


html { 
	height: 100%;
	overflow:auto; 
}
body { height: 100%; width: 100%; margin: 0; background-color:#333333;font-family: Arial, Helvetica, sans-serif; font-size:12px; }
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0 auto; 
	width: 100%;
	height: 100%;
	text-align:left;
	overflow: auto;
}
#back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(back.gif) no-repeat;
	background-color:#FFFFFF;
}
#alt{
	position:absolute; 
	top: 110px; 
	left: 230px; 
	width:543px; 
	height:377px;
	background-color:#EF3B2B;
	color:#FFFFFF;
}

#alt2 {
	position:absolute; 
	top: 110px; 
	left: 230px; 
	width:543px; 
	height:377px;
	background-color:#EF3B2B;
}

h1, h2 {
	margin: 0;
	font-size:12px;
}
h2 {
	font-weight:normal;
}
