body{
	text-align: center;
	background: Black;
	color:white; 
	font-size: 12px;
	padding-top: 10em;
}

h1{
	text-indent: -10000px;
}

div#wrapper{
	margin: 0 auto;
	width: 500px;
	/*border: 1px solid red;*/
	padding: 1em;
	line-height: 1.5em;
}
div#paticka{
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	/*border: 1px solid red;*/
	position: relative;

}

a{
	color: #FF9500;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.fleft{
	float: left;
}
.fright{
	float: right;
}