html,body {
	background-color: #000;
}
/* Registracia window */
#content {
	background-color: #fff;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	top: 71px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#content h1, h2, h3, p {
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	display: block;
	font-weight: 400;
	color: #1E1E1E;
}
#content h1{
	font-size: 20px;
	padding-top: 30px;
}
#content h2{
	font-size: 14px;
	padding-top: 10px;
	color: #149abc;
}
#content h3{
	font-size: 14px;
	padding-top: 10px;
	color: #BC1C34;
}
#content p{
	font-size: 12px;
	padding-top: 2px;
}