@charset "UTF-8";
/* CSS Document */

html, body {
	margin:10px; padding:0;
	height:100%;
}

body A:link {
	color: #999;
	text-decoration: none;
}
body A:visited {
	color: #999;
	text-decoration: none;
}
body A:active {
	color: #999;
	text-decoration: none;
}
body A:hover {
	color: #620611;
	text-decoration: none;
}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-283px;
	width:1px;
}

#centered {
	position:relative; clear:left;
	height:557px; width:779px;
	margin:10px auto;
	border:1px solid #CCC;
}

#content {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	position:absolute; left:0; right:0; top:0; bottom:0;
	overflow:auto; 
	height:547px;
	width:759px;
	padding:0px; 
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:20px;
}


#text {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	text-align: right;
	margin-top: 519px;
	width: 754px;
	vertical-align: text-bottom;
}

/*  .centered {
    display: flex;
    justify-content: center;
  }*/

.centered {
 	width: 100%;
  	text-align: center;
  	font-family: Helvetica, sans-serif;
  	font-size: 12px;
  	color: #999;
}

.centered a {
  text-decoration: underline !important;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}