
/*
html {
	height: 100%;
	width: 100%;
	overflow:hidden;
}

body {
 text-align: center;
 height: 100%;
 padding: 0px;
 margin: 0px;
 background-color:#fff;
}

.wrapper {
	width: 100%;
	height: 100%;
	padding: 5% 0px 0px 0px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}
*/
/* hide from ie5 mac \*/
html {
	height: 100%;
	overflow: visible;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.logo {
	margin: 0px auto;
	text-align: center;
	width:139; 
	height:68px;
}

.text {
	text-align: center;
}

a { 
	color: #a59eb6; 
	background-color: transparent;
	font-size: .8em; 
	font-weight: 800;  
	text-decoration: none; 
	padding: 3px 3px;   
}

a:hover {
	color: #fff; 
	background-color: #af81a8;
	font-size: .8em; 
	font-weight: 800;
	text-decoration: none;
	padding: 2px 2px;
	border: 1px solid Black;
}
