body {
	text-align: right;
	font: 11pt arial, verdana, sans-serif;
	direction: rtl;
	margin: 0;
}
img {
	border: 0;
	vertical-align: top;
}
h4, h3, h2 {
	margin: 0;
}
p {
	line-height: 1.5;
}
#wrap {
	width: 764px;
	margin-top: 9px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	height: 182px;
	margin: 0;
}
#border {
	border: 3px #4DA13C solid;
	margin-left: 7px;
}
.corner {
	width: 11px;
	height: 11px;
}
.top {
	margin-top: -3px;
}
.bottom {
	margin-top: -8px;
}
.left {
	margin-left: -3px;
	float: left;
}
.right {
	margin-right: -3px;
	float: right;
}
#corner-left-top {
	background: transparent url(images/corner-left-top.gif) no-repeat 0 0;
}
#corner-right-top {
	background: transparent url(images/corner-right-top.gif) no-repeat 0 0;
}
#corner-left-bottom {
	background: transparent url(images/corner-left-bottom.gif) no-repeat 0 0;
}
#corner-right-bottom {
	background: transparent url(images/corner-right-bottom.gif) no-repeat 0 0;
}
#content {
	padding: 7px 28px;
	background: #fff url(images/footprint.gif) no-repeat 20px 30px;
}
#content h1 {
	margin-top: 12px;
}
#content #init-text {
	/* This technique hides the text of the element and replaces it with a background image.
	   This way, when CSS is disabled or if the user has an old browser that doesn't support
	   CSS, the text will still be readable. */
	overflow: hidden;
	background: transparent url(images/init-text.gif) no-repeat 0 0;
	padding-top: 200px;
	height: 0 !important;
	height /* */: 200px; /* False value for IE4-5.x/Win. */
}
div.hr {
	height: 5px;
	background: #fff url(images/hr.gif) repeat-x scroll center;
}
div.hr hr {
	display: none;
}
#player {
	margin-top: 22px;
	margin-bottom: 13px;
	margin-right: 124px;
	margin-left: 123px;
}
#letter {
	margin-top: 22px;
}
#letter h2 {
	font-size: 12pt;
	margin-bottom: -10px;
}
#letter p {
	font-size: 10.5pt;
}
#joinus {
	/* This technique hides the text of the element and replaces it with a background image.
	   This way, when CSS is disabled or if the user has an old browser that doesn't support
	   CSS, the text will still be readable. */
	overflow: hidden;
	background: transparent url(images/joinus.gif) no-repeat top right;
	padding-top: 77px;
	height: 0 !important;
	height /* */: 77px; /* False value for IE4-5.x/Win. */
}
#sign {
	margin-top: 22px;
	margin-bottom: 13px;
	margin-right: 43px;
	margin-left: 16px;
}