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

* { outline: none;}
	  
	  .image {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px; /*half of width*/
	margin-top: -300px; /*half of width*/}
.float { float:left;
}
.copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color:#999999;
}
	
	
.frnl {
	position: absolute;
	margin-top: 330px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 470px;
	width:111px;
}




body{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	;background-color:#FFFFFF;
}

a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#0099FF;
}
a:active{
	color: #0099FF;
	text-decoration: none;
}

