.main{  
  padding: 					0px;  
  width:					960px;  
  height:					680px; 
  border: 					solid 0px red;
  margin: 					auto;
   text-align: 				center;
}



.flash-top{    
  width:					960px;
  height:					680px;
  border: 					solid 0px red;
  margin: 					auto;    
}


.btn{  
  font-family:				arial, verdana, sans-serif;
  font-size: 				14px;	
  color:					white;
  font-weight: 				bold;
  text-decoration:			none;
  margin:					auto;
 text-align: 				center;	 
}

a:hover.btn{  
  color:					red;
}


