@charset "utf-8";
/* CSS Document */
body {
	background-color: #777777;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,html {
	font-family: Tahoma;
	cursor: pointer;
	cursor: hand;
	}
div.fadehover {
	position: relative;
	}
 
img.a {
	position: absolute;
	right: 0;
	top: 0;
    z-index: 10;
	}
 
img.b {
	position: absolute;
	right: 0;
	top: 0;
	}
.poem {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: lighter;
	color: #C0C0C0;
	text-decoration: none;
	text-align: right;
	vertical-align: text-top;
	direction:rtl;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 22px;
	font-weight: lighter;
	color: #323232;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#wrapper { 
 margin: 0 auto;
 width: 300px;
}
#content { 
 float: left;
 background: #777777;
 width: 300px;
 display: inline;
 position:absolute;
 top:40%;
}
#header {
 color: #333;
 width: 300px;
 float: left;
 height: 160px;
 background: #777777;
  position:absolute;
  top:0;
}
#footer { 
 width: 300px;
 clear: both;
 color: #333;
 background: #777777;
 position:absolute;
 bottom:0;
}

