* {margin:0;padding:0;} 

html, body {height: 100%;}

body {
	font: 11px Arial;
	color: #fff;
	background:#acecfc;
}
#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 584px;
	padding-top:10px;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -584px; /* negative value of footer height */
	height: 584px;
	clear:both;
	background: #acecfc url('images/frontv1-2.gif') bottom left repeat-x;	
	} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}




a {
    color: #fff;
    text-decoration: underline;
}

a img {
    border: 0;
}
ul {
    float: left;
    list-style: none;
}

li {
    float: left;
}


#logo {
	width:753px;
	margin:0 auto;
	position:relative;
}

#footer div#scene {
	width:800px;
	height:584px;
	margin: 0 auto;
	background: url('images/frontv1-1a.gif') bottom center no-repeat;
}


div#underlogin {
	position:relative;
	top:155px;
	width:300px;
	margin:0 0 0 40px;
	color:#000;
}
div#underlogin a {
	color:#000;
	font-weight:bold;
}
div#underlogin a:hover {
	color:red;
}
div#loginbox {
	position:relative;
	top:150px;
	width:300px;
	height:220px;
	border:2px solid #000;
	background-color:#494949;
	margin:0 0 0 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	padding:7px;
}
div#loginbox div#header {
	font-size:1.6em;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding:0 0 8px 5px;
	border-bottom:1px solid #fff;
}

div#loginbox div#header #fblogin {
	float:right;
	position:relative;
}
div#loginbox div#loggedin {
	font-size:1.4em;
	line-height:1.6em;
}
div#loginbox form {
	margin: 0 0 15px 0;
}
div#loginbox div#loginright {
	float:right;
	position:relative;
	top:35px;
	width:110px;
	text-align:center;
}
div#loginbox div.title {
	margin-bottom:4px;

}
div#loginbox input.text {
	margin-bottom:7px;
	font-size:1.3em;
	padding:4px;
	font-weight:bold;
}
div#loginbox input.submit {
	margin-bottom:7px;
	padding: 5px 15px 5px 15px;
	color: #fff;
	background: #333;
	cursor: pointer;
	border: 2px solid #fff;

}
div#loginbox input.submit:hover {
    background: #d80000;
    border:2px solid #fff;

}




div#loginbox a#register-button {	
	display:block;
	width:80%;
	border:2px solid #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font:#fff;
	font-weight:bold;
	text-align:center;
	background:#000;
	padding:7px 0 7px 0;
	font-size:2em;
	margin:0 auto;
	text-decoration:none;
}
div#loginbox a#register-button:hover {
	background:#d80000;
}


#footer2 {
	position:relative;
	top:285px;
    width: 250px;
    color: #666;
    height:45px;
}

#footer2 a {
    color: #0a3e00;
    text-decoration:none;
}

#footer2 ul {
    float: left;
}

#footer2 li a {
    color: #106400;
    text-decoration:underline;
}

#footer2 li {
    margin-right: 10px;
}


#footer2 h3 {
    font: normal 14px Arial;
    padding: 5px 0 0 0;
}

#footer2 h3 a {
    font-weight: bold;
}

#footer2 div#hb {
    float:left;
    position:relative;
    top:-3px;
    left:-2px;
    font-size: 1px;
    text-indent: -1000em;
}

#footer2 div#hb a {
    display:block;
    height: 45px;
    width:45px;
    outline: 0;
    background: url(images/frontv1-hb.gif) no-repeat 0 0;    
}