html{
	height:100%;
}
body{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
#box{
	margin:0 auto;
	padding:0;
	width:591px;
	height:760px;
	background:url(../images/backfront.jpg) no-repeat;
}
#flash{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
}
#txt1{
	height:50px;
	text-align:center;
	padding-top:600px;
	margin-left:50px;
	width:450px;
}
#txt2{
	height:70px;
	text-align:center;
	margin-top:10px;
	margin-left:50px;
	width:450px;
}
#txt3{
	height:10px;
	text-align:center;
	margin-top:5px;
	margin-left:50px;
	width:450px;
	font-size:11px;
}
a:link {
	color: #FFFFFF;
	font-size:8px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}