	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
			font-family: Verdana, sans-serif;
			font-size: 12px;
			text-align: center;
	}



	#flashcontent {
		height: 90%;
	}
	/* end hide */
	
a {
	text-decoration: underline;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #A0BB42;
	text-decoration: none;
	font-weight: bold;
}
	
#maingallery {	
margin: 10px auto ;
line-height: 39px;
  background-image: url(button-gallery.gif);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  
  width: 220px;
  height: 42px;

}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #00152f;
		color:#ffffff;
		text-align: center;
	}
