html,body {
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 18px;
	font-family: arial;
	color: #bfbfbf;
	background: #FFFFFF;
	width: 1024px;
	height: 100%;
	padding: 0;
	border: none;
	min-width:1024px;
	text-align: center;
	}
	
#flashvertical{
	position:absolute;
	top:50%;
	margin-top:-320px;/* half flash height*/
	left:0;
	width:100%;
}
#flashhoz {
	width:1024px;/* flash width*/
	margin-left:auto;
	margin-right:auto;
	height:700px;/* flash height*/
	background:#fff;
	text-align: center;
}
#flash {
	width:1024px;
	height:700px;
	background:#ffffff;
	}

a:link	 { 
	text-decoration:none;
	padding: 0;
	margin: 0;
	border: none;	
	outline: none;
	color: #bfbfbf;
	}
	
a:visited { 
	text-decoration:none;
	padding: 0;
	margin: 0;
	border: none;	
	outline: none;
	color: #bfbfbf;
	}
a:hover { 
	text-decoration:none;
	padding: 0;
	margin: 0;
	color:#cb2c70;
	border: none;	
	outline: none;
	}

