@charset "utf-8";
html {
	height: 100%; 
}
body {
	background-color: #000000;
	background-repeat: repeat-x;
	
	margin: 0px 0px 0px;
	
	height: 100%; 
	
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none
}

#container_center {
	width: 460px;
	background-image: url(../img/fleha_center.jpg);
	background-repeat: repeat-y;
	height: 100%;
	color: #FFFFFF;
}
#ghost {
	position: absolute;
	top: 1;
	visibility: hidden
}
/* Classi */
.f_left {
	float: left
}
.f_right {
	float: right
}
.clear {
	clear: both
}