@charset "UTF-8";
/* CSS Document */
HTML, body{
	overflow:hidden;
}
body 
	{
	margin:0px;
	padding:0px;
	color:#626760;
	font-size: 13px;
	line-height:1.2;
	background-color:#FFF;
	font-family:Arial, sans-serif;
	overflow:hidden;
	background-image:url(../images/newPattern.gif);
	background-repeat:repeat;
	}
#content
	{
	margin-top:0px;
	margin-left:-500px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 1000px;
	z-index:2;
	}
#alt
	{
	margin-top:200px;
	margin-left:-400px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 800px;
	z-index:1;
	}
#flash      
	{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index:3;
	}
