html, body {
	height: 100%;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
}
div#wrapper {
	margin-bottom: -17em;
	width: 1px;
	height: 50%;
	float: left;

}
div#content {
	position: relative;
	text-align: left;
	height: 34em;
	width: 55em;
	margin: 0 auto;
	clear: left;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	background-attachment: scroll;
	background-image: url(../images/big_bulb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


div#logo {
	height: 45px;
	width: 250px;
	position:absolute;
	top:245px;
	left:220px;
	background-attachment: scroll;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -3000px;
}





#content
a:link {
	color: #999999;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #787878; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }


div#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 475px;
	position: absolute;
	top: 340px;
	line-height: 18px;
	left: 215px;
	height: 130px;
	margin: 1px;
	padding: 0px;
}

#content #navigation 
a:link {
	color: #000000;
	text-decoration: underline;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #787878; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
