
body {
	direction: rtl;
	background: white;
	color: #666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a {
	color: #666;
	}

a:hover {
	text-decoration: none;
	}

img {
	border: 0px;
	}

h1 {
	margin: 0px;
	font: bold 12px/20px "Arial";
	}


div#title {
	text-align: right;
	background: url("/background.gif");
	width: 100%; height: 60px;
	border: 0px; margin: 0px; padding: 0px;
	}

div#content {
	width: 400px;
	margin: 0px auto;
	margin-bottom: 50px;
	text-align: right;
	font: 12px/20px "Arial";
        color: black;
	}