@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #609;
	background: #AF7B55;
}
a {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	height: 600px;
	z-index: 6;
	}
#topBorder {
	background:url(assets/border_top.png) no-repeat;
	border:none;
	height:50px;
	margin:0px;
	padding:0px;
	position:fixed;
	text-align:center;
	top:0px;
	width:100%;
	z-index:6;
}
#timezone {
	margin-top: 0px;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0px;
	z-index: 7;
}	
.timezone {
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
}
#mainContent {
	padding: 25px 70px 0 90px;
	text-align: center;
	line-height: 1.5;
	background: url(assets/wallpaper.png) no-repeat fixed center top;
	margin-top: 0px;
	color: #609;
	font-family: "Comic Sans MS", cursive;
	height: 100%;
}
#title {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	z-index: 5;
	}
.smallprint {
	font-size:12px;
}
#Table {
	margin-top: 0px;
	color: #609;
	font-family: "Comic Sans MS", cursive;
	text-align: left;
	padding: 190px 5px 0;
}
.formtext {
	font-size: 12px;
	color: #030;
	text-align: right;
}
.formentries {
	font-size: 12px;
	color: #663300;
}

#LogoContainer {
	position:fixed;
	width:106px;
	height:90px;
	z-index:1;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 105px;
	float: left;
}
#woodbars {
	position:absolute;
	left:225px;
	top:0px;
	z-index:8;
}
#catinhammock {
	position:absolute;
	left:324px;
	top:69px;
	z-index:7;
}
#bottomBorder {
	background:url(assets/border_bottom.png) repeat-x center;
	bottom:0px;
	height:150px;
	position:fixed;
	width:100%;
	z-index:7;
}
#wallpaperLeft {
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: url(assets/bg_body_left.png) no-repeat fixed;
	left: 0px;
}
#wallpaperRight {
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: url(assets/bg_body_right.png) no-repeat fixed right top;
}
.captcha {
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}