body {
    padding: 0;
    margin: 0;
    background: #ffffff url(../images/ww_bg.jpg) repeat-x;
    background-position: top center;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    padding: 0;
    margin: 0;
}

div#wrapper {
    background: url(../images/ww_mid.png) no-repeat;
    background-position: center 42px;
    overflow: none;
    height: 580px;
    min-height: 580px;
}

div#content {
    position: relative;
    width: 966px;
    margin: 0 auto;
}

/* Login Bar -------------------------------------------------------------------------------- */
/*
div#login {
    position: absolute;
    left: 352px;
    background: url(../images/ww_login.png) no-repeat;
    width: 611px;
    height: 41px;
}

div#login form {
	border: 0;
	margin: 0;
}

div#login form input {
	border: 0;
	margin: 0;
}

div#login form label#login_webbliname_label {
	position: absolute;
	background: url(../images/ww_login_username_label.png) no-repeat;
	width: 164px;
	height: 41px;
	text-indent: -9999em;
}

div#login form input#webbliname {
	position: absolute;
	background: transparent;
	left: 214px;
	top: 12px;
	width: 100px;
	height: 20px;
}

div#login form label#login_password_label {
	position: absolute;
	background: url(../images/ww_login_password_label.png) no-repeat;
	left: 320px;
	width: 89px;
	height: 41px;
	text-indent: -9999em;
}

div#login form input#password {
	position: absolute;
	background: transparent;
	left: 416px;
	top: 12px;
	width: 130px;
	height: 20px;
}

div#login form input#login_submit {
	position: absolute;
	background: url(../images/ww_login_submit_button.png) no-repeat;
	left: 555px;
	width: 56px;
	height: 41px;
	text-indent: -9999em;
	cursor: pointer;
	*/
    /* IE7 hack 
    color: transparent;
    text-transform: capitalize;
}
*/
/* Login Bar -------------------------------------------------------------------------------- */

div#login {
    position: absolute;
    left: 352px;
    background: url(../images/ww_login.png) no-repeat;
    width: 611px;
    height: 41px;
}

div#login form {
	border: 0;
	margin: 0;
}

div#login form input {
	border: 0;
	margin: 0;
}

div#login form label#login_webbliname_label {
	position: absolute;
	background: url(../images/ww_login_username_label.png) no-repeat;
	width: 164px;
	height: 41px;
	text-indent: -9999em;
}

div#login form input#webbliname {
	position: absolute;
	background: transparent;
	left: 214px;
	top: 12px;
	width: 100px;
	height: 20px;
}

div#login form label#login_password_label {
	position: absolute;
	background: url(../images/ww_login_password_label.png) no-repeat;
	left: 320px;
	width: 89px;
	height: 41px;
	text-indent: -9999em;
}

div#login form input#password {
	position: absolute;
	background: transparent;
	left: 416px;
	top: 12px;
	width: 130px;
	height: 20px;
}

div#login form input#login_submit {
	position: absolute;
	background: url(../images/ww_login_submit_button.png) no-repeat;
	left: 555px;
	width: 56px;
	height: 41px;
	text-indent: -9999em;
	cursor: pointer;
    /* IE7 hack */
    color: transparent;
    text-transform: capitalize;
}
a#ecotricity {
    position: absolute;
    left: -100px;
    top: 400px;
    width: 50px;
    height: 100px;
    text-indent: -9999em;
}





/* WebbliDrome -------------------------------------------------------------------------------- */

div#drome {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/ww_dromehead1.png) no-repeat;
    width: 352px;
    height: 323px;
}

div#drome div#slideshow_container {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 290px;
    height: 215px;
}



/* Register Step 1 -------------------------------------------------------------------------------- */

div#drome2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 352px;
    height: 323px;
    background: url(../images/ww_dromehead2.png) no-repeat;
}

div#drome2.ok {
    background: url(../images/ww_dromehead2.png) no-repeat;
}

div#drome2.error {
    background: url(../images/ww_dromehead2_error.png) no-repeat;
}

div#drome2.ok h3 {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 280px;
    height: 70px;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
}

div#drome2.error h3 {
	display: none;
}

div#drome2.ok div#error_message {
	display: none;
}

div#drome2.error div#error_message {
    position: absolute;
    top: 30px;
    left: 80px;
    width: 260px;
    height: 60px;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.0em;
	overflow: hidden;
	text-align: center;
}

div#drome2.error div#error_message a {
    color: #ffffff;
}
    
div#drome2 form label#reg-webbliname_label {
	position: absolute;
	top: 120px;
	left: 60px;
	width: 290px;
	height: 22px;
	text-indent: -9999em;
}

div#drome2 form input#reg-webbliname {
	position: absolute;
	top: 150px;
	left: 80px;
	width: 240px;
	height: 20px;
	color: #eb1f56;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: transparent;
}

div#drome2 form label#reg-password_label {
	position: absolute;
	top: 184px;
	left: 60px;
	width: 290px;
	height: 22px;
	text-indent: -9999em;
}

div#drome2 form input#reg-password {
	position: absolute;
	top: 218px;
	left: 80px;
	width: 240px;
	height: 20px;
	color: #eb1f56;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: transparent;
}

div#drome2 form label#reg-email_label {
	position: absolute;
	top: 250px;
	left: 60px;
	width: 290px;
	height: 22px;
	text-indent: -9999em;
}

div#drome2 form input#reg-email {
	position: absolute;
	top: 284px;
	left: 80px;
	width: 240px;
	height: 20px;
	color: #eb1f56;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: transparent;
}

div#drome2 form input#reg-news {
	position: absolute;
	top: 330px;
	left: 90px;
	border: 0;
}

div#drome2 form label#reg-news_label {
	position: absolute;
	top: 324px;
	left: 120px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0c7f7f;
}

div#drome2 form input#reg-terms {
	position: absolute;
	top: 370px;
	left: 90px;
	border: 0;
}

div#drome2 form label#reg-terms_label {
	position: absolute;
	top: 364px;
	left: 120px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0c7f7f;
}

div#drome2 form label#reg-terms_label a {
    color: #0c7f7f;
}

div#drome2 form input#reg-submit {
	position: absolute;
	top: 410px;
	left: 130px;
	width: 155px;
	height: 50px;
	background: url(../images/ww_signup_btn.png) no-repeat;
	text-indent: -9999em;
	cursor: pointer;
	border: 0;
    /* IE7 hack */
    color: transparent;
    text-transform: capitalize;
}








/* Register Success -------------------------------------------------------------------------------- */

div#drome3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 352px;
    height: 323px;
    background: url(../images/ww_dromehead3.png) no-repeat;
}

div#drome3 h3 {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 280px;
    height: 70px;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
}

div#drome3 div#content {
	position: absolute;
	top: 100px;
	left: 74px;
	width: 260px;
	text-align:center;
}

div#drome3 div#content a {
	color: #0c7f7f;
}

div#drome3 div#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0c7f7f;
}

div#drome3 p.bold {
	font-weight: bold;
	margin-bottom: 24px;
}



/* Returning User ------------------------------------------------------------------------- */

div#drome5 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 352px;
    height: 323px;
    background: url(../images/ww_dromehead5.png) no-repeat;
}

div#drome5 h3 {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 280px;
    height: 70px;
    padding: 0;
    margin: 0;
    text-indent: -9999em;
}

div#drome5 div#content {
    position: absolute;
    top: 100px;
    left: 74px;
    width: 260px;
    text-align:center;
}

div#drome5 div#content a {
    color: #0c7f7f;
}

div#drome5 div#content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #0c7f7f;
}

div#drome5 p.bold {
    font-weight: bold;
    margin-bottom: 24px;
}





/* Enter World -------------------------------------------------------------------------------- */

div#drome4 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 352px;
    height: 506px;
    background: url(../images/ww_dromehead4.png) no-repeat;
}

div#drome4 h3 {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 280px;
    height: 70px;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
}

div#drome4 div#content {
	position: absolute;
	top: 100px;
	left: 74px;
	width: 260px;
	text-align:center;
}

div#drome4 div#content a {
	color: #0c7f7f;
}

div#drome4 div#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0c7f7f;
	margin-bottom: 16px;
}

div#drome4 a#enter_world {
	position: absolute;
	top: 328px;
	left: 116px;
	width: 188px;
	height: 158px;
	cursor: pointer;
	text-indent: -9999em;
}

div#drome4 div#made_avatar {
    position: absolute;
    left: 700px;
    top: 380px;
    width: 170px;
    height: 200px;
}


/* Page Content -------------------------------------------------------------------------------- */

h1#logo,
#new-user h1#logo {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 109px;
    left: 376px;
    background: url(../images/ww_logo.png) no-repeat;
    width: 308px;
    height: 168px;
    text-indent: -9999em;
}

div#speechbubble {
    position: absolute;
    top: 352px;
    left: 80px;
    background: url(../images/ww_speechbubble.png) no-repeat;
    width: 255px;
    height: 126px;
}

div#speechbubble p {
    position: relative;
    left: 26px;
    top: 16px;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
}

a#aardman {
    position: absolute;
    left: 200px;
    top: 652px;
    width: 64px;
    height: 40px;
    text-indent: -9999em;
}

a#wwf {
    position: absolute;
    left: 262px;
    top: 548px;
    width: 64px;
    height: 70px;
    text-indent: -9999em;
}

a#puffin {
    position: absolute;
    left: 360px;
    top: 626px;
    width: 50px;
    height: 40px;
    text-indent: -9999em;
}

div#avatar_creator {
    position: absolute;
    left: 350px;
    top: 59px;
    width: 614px;
    height: 522px;
}


/* Footer -------------------------------------------------------------------------------- */

div#footer {
    background: url(../images/ww_bot_racers.png) no-repeat;
    background-position: top center;
    overflow: none;
    height: 280px;
    min-height: 280px;
}
div#footer-menu {
	position: relative;
	width: 950px;
	margin: 0 auto;
	}
div#footer-menu ul {
	position: absolute;
	top: 85px;
	left: 0;
	width: 450px;
	height: 40px;
	z-index: 500;
	overflow: hidden;
}

div#footer div#footer-menu ul li {
	position: relative;
	float: left;
	width: 109px;
	height: 47px;
	margin-right: 3px; 
	overflow: hidden;
	}
div#footer div#footer-menu li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
div#footer div#footer-menu li a:hover {
	text-decoration: underline;
	}
div#footer div#footer-menu li a span {
	background: transparent url(../images/ww_nav.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 600;
	cursor: pointer;
	}

div#footer div#footer-menu li.howto a span {
	background-position: -6px -40px;
	}
div#footer div#footer-menu li.howto a:hover span {
	background-position: -6px 2px;
	}
div#footer div#footer-menu li.parents a span {
	background-position: -124px -40px;
	}
div#footer div#footer-menu li.parents a:hover span {
	background-position: -124px 2px;
	}
div#footer div#footer-menu li.help a span {
	background-position: -242px -40px;
	}
div#footer div#footer-menu li.help a:hover span {
	background-position: -242px 2px;
	}
div#footer div#footer-menu li.contact a span {
	background-position: -360px -40px;
	}	
div#footer div#footer-menu li.contact a:hover span {
	background-position: -360px 2px;
	}
div#footer-content {
    width: 966px;
    margin: 0px auto;
    padding-top: 320px;
    text-align: center;
}

div#footer div#footer-content p {
    font-size: 0.7em;
    color: #6c6c6c;
}

div#footer ul {
	margin: 0;
	padding: 0;
}

div#footer ul li {
	display: inline;
    font-size: 0.7em;
    color: #6c6c6c;
}

div#footer ul li a {
    color: #6c6c6c;
    text-decoration: none;
}

div#footer-content img {
    margin: 20px 0px;
    border: 0px;
}

