/*

author:         ira pietojo
p.s.: tee-hee, stop staring!

*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	line-height: 12px;
	letter-spacing:1px;
	background-image: url(img/bg.png);
	clip: inherit;
	scroll: auto;
}

a:link {
	text-decoration: none;
	background-color: #8CC63F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	color: #ffffff;
	letter-spacing:1px;
	}
	
a:visited {
	text-decoration: none;
	background-color: #00AEEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	letter-spacing:1px;

	}
	
a:active {
	text-decoration: none;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	letter-spacing:1px;
	
	}

a:hover {
	text-decoration: none;
	background-color: #ED008C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	letter-spacing:1px;
	}
	

.logo {
	position: fixed;
	top:35px;
	left:25px;
	width:100px;
	height:100px;
}

.info {
	position: absolute;
	top:113px;
	left:180px;

}

.menu {
	position: fixed;
	top:160px;
	left:21px;
	width: 110px;
	height: auto;
	vertical-align:top;
	line-height:25px;
	horizontal-align: right;
	direction:rtl;
	float: inherit;
	
}

.content {
	position: absolute;
	top:160px;
	left:180px;
	width: 700px;
	height: auto;
	vertical-align:top;
	direction:ltr;
	margin-right: 50px;
	margin-bottom: 100px;
}

.about {
	position: absolute;
	top:158px;
	left:180px;
	width: 490px;
	height: auto;
	vertical-align:top;
	direction:ltr;
	margin-right: 50px;
	margin-bottom: 100px;
}


.fake {
	position: absolute;
	top: 900px;
	left:155px;
	width: inherit;
	height: auto;
}
