@charset "UTF-8";
/* CSS Document */
html { 
  background: url(../images/main-back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.button {
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: #000 4px 4px;
	-webkit-box-shadow: #000 4px;
	box-shadow:  #000 2px 2px;
	background: #DCD0CA url(/images/button-back.png) bottom left repeat-x scroll;
	border:1px solid #D1CDBA;
	display:inline-block;
	margin:0 2px;
	outline:medium none;
	padding:6px 10px;
	text-align:center;
	text-decoration:none !important;
	vertical-align:baseline;
	cursor: pointer;
	color: black;
	font: Arial, Helvetica, sans-serif bold 15px/1.5;
}

a.button, .button a {
	color: black;
}
.button:hover {
  background: #D1c6c0 url(/images/button-over.png) bottom left repeat-x scroll;
  color: #888;
	border-color: black;
}
a.button:hover, .button a:hover {
	color: #888;
	text-decoration: none;
}
.button:active {
  background: #D1c6c0 url(/images/button-active.png) top left repeat-x scroll;
  color: white;
}

p {
	padding: 1.5em 1em;
	font-size: 16pt;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 21pt;
}

h3 {
	font-size: 18pt;
}

h1, h2, h3, p {
	line-height: 1.5em;
}

 
#maincontent {
	position: absolute;
	top: 75px;
	left: 20%;
	z-index: 50;
	width: 60%;
	background: #fff;
	opacity: 0.75; 
	filter: alpha(opacity=90);
	padding: 20px;
	text-align:center;
}

footer {
	position:absolute;
	bottom: 10px;
	left: 20%;
	z-index: 99;
}

#floater{
	position:absolute;
	top: 25px;
	right: 25px;
	z-index:100;
}
img {max-width: inherit;}

small a:link, small a:visited {
	font-size:12px;
	color: #266BA4;
}