/* CSS Document */


/*-----content-----*/
	
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

img {
	border:0px;
	} 
	
a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: line-through;
	}
	
#main {
	margin:0px;
    z-index:1;
	}
	
#replace {
  	position:absolute;
   	left:50%;
	margin-top: 50px;
	margin-left: -400px;
   	width:800px;
   	height:600px;
    background:url(noflash.jpg) 0px 0px no-repeat;
    z-index:1;
   	}
   	
#replace_txt {
	color: #FFFFFF;
  	position:absolute;
	margin-top: 180px;
	margin-left: 40px;
    z-index:1;
   	}



