@media all
{
	p, div, span, em, h1, h2
	{
		font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}

	img { border: 0px; }

	body
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
		background-color: #003;
		color: white;
		font-size: 8pt;
		background-image: url("images/flames.gif");
		background-repeat: repeat-x;
		background-position: bottom left;
	}

	div#content
	{
		position: relative;
		top: 232px;
		left: 10px;
		padding-bottom: 232px;
		width: 65%;
		z-index: 1;

	}

	div.wrapper
	{
		position: relative;
		background-color: black;
		border: 2px solid yellow;
		z-index: -1;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-top: 5px;
		margin-bottom: 20px;
	}

	h1 { font-size: 18px; padding-bottom: 5px; }
	img#logo
	{
		position: absolute;
		right: 282px;
		top: 0px;
	}
	img#edhead
	{
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 1;
	}
	img#edeye1
	{
		position: absolute;
		right: 200px;
		top: 55px;
		z-index: 0;
		-moz-opacity: 100%;
		filter:alpha(opacity=100);
	}
	img#edeye2
	{
		position: absolute;
		right: 125px;
		top: 55px;
		z-index: 0;
		-moz-opacity: 100%;
		filter:alpha(opacity=100);
	}
	img#edhand1
	{
		position: absolute;
		right: 145px;
		top: 135px;
		z-index: 2;
	}
	img#edfinger
	{
		position: absolute;
		right: 195px;
		top: 195px;
		z-index: 4;
	}
	img#edhand2
	{
		position: absolute;
		right: 25px;
		top: 585px;
		z-index: 4;
	}
	img#menu
	{
		position: absolute;
		right: 50px;
		top: 200px;
		z-index: 3;
	}

	img#edtorso
	{
		position: relative;
		bottom: 94px;
		left: 103px;
		z-index: 4;
	}

	img#edwaist
	{
		position: relative;
		bottom: -2px;
		left: -151px;
		z-index: 5;
	}

	img#edelbow1
	{
		position: relative;
		left: -384px;
		bottom: 6px;
		z-index: 5;
	}

	img#edelbow2
	{
		position: relative;
		left: -172px;
		bottom: 73px;
		z-index: 5;
	}
	
	a
	{
		color: red;
	}
	
	map { z-index: 10; }
	
	area 
	{ 
		z-index: 15;
		cursor: hand; 
		cursor: pointer; 
	} 
	
}
