body {
	background-color: teal;	
	font-family: "Arial Hebrew", "Lucida Grande";
	direction: rtl;
	background-image: url('http://kobiani.com/files/bg_white.gif')
}

.top {
	background-image: url('top.png');
	position: absolute; top: 130; bottom: 0;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 420; height: 20px;	
}

.border {
	background-image: url('border.png');
	position: absolute; top: 150; bottom: 0;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 420; height: 140px;
}

.bottom {
	background-image: url('bottom.png');
	position: absolute; top: 290; bottom: 0;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 420; height: 20px;	
}

.head {
	margin-top: 150px; 
	position: absolute; right: 0; left: 0;
	font-size: 100px;
	font-weight: bold;
	color: olive;
}

.sub_head {
	margin-top: 255px;
	position: absolute; right: 0; left: 0;
	text-align: center;
	font-size: 16px;
	color: gray;
}

a:link { 
	color: olive;
	text-decoration: none; 
}

a:visited {
	color: olive;
	text-decoration: none;
}