.imag {
	border: 0px;
}

img.displayed {
	border: none;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


html, body {
	background-image: url('background.png');
	color: #000;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font: 12px Verdana, sans-serif;
}


a {
	text-decoration: none;
	color: #777;
	outline: none;
}

a:visited {
	color: #777;
}

a:active {
	color: #777;
}

a:hover {
	color: #bbb;
	text-decoration: none;
}

#MAIN {
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -20px; 
	margin-left: -100px; 
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font: 16px Verdana, sans-serif;

}

#FORM {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px; 
	margin-left: -150px; 
	width: 300px;
	height: 300px;
	background-color: #444;

}

#FORM2 {
	position: absolute;
        left: 10px; 
	width: 290px;
	height: 300px;
	background-color: #999;
	text-align: center;

}

#FORM3 {
	position: absolute;
        left: 0;
	width: 10px;
	height: 10px;
	background-color: #d98587;
	font: 1px Verdana;

}

#STOPKA1 {
	position: absolute;
        bottom: 20px;
        left: 0;
	width: 100%;
	height: 80px;
	background-image: url('foot1.png');
}

#STOPKA2 {
	position: absolute;
        bottom: 0;
        left: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-image: url('foot2.png');
	color: #777;
	text-align: center;
}