body {
	font-family: "Arial";
	direction: rtl;
	background-color: DarkRed;
	background-image: url('files/bg_red.gif');
}


.logo {
	background-image: url('files/logo.png');
	position: absolute; top: 40; bottom: 0;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 620; height: 50px;
}

.links {
	color: white;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 18px;
	text-align: left;
	width: 560px;
}

.top {
	background-image: url('files/top.png');
	position: absolute; top: 80; bottom: 0;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 620px; height: 20px;	
	opacity:0.9;
}

.middle {
	background-image: url('files/middle.png');
	position: absolute; top: 100; bottom: 0;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 620px; height: 310;
	opacity:0.9;
}

.bottom {
	background-image: url('files/bottom.png');
	position: absolute; top: 410; bottom: 0;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 620px; height: 20px;	
	opacity:0.9;
}


.text {
	position: absolute;
	margin-right: auto;	margin-left: auto; right: 0; left: 0;
	width: 550px;
}

.endlinks {
	color: white;
	font-size: 18px;
	text-align: center;
	position: fixed; top: 430; right: 0; left: 0;
}

.head {
	color: DarkRed;
	font-weight: bold;
}

a:link {
color: white;
text-decoration: none; 
}
a:visited {
color: white;
text-decoration: none; 
}
a:active {
color: white;
}
a:hover {
color: white;
text-decoration: underline;
}