html, body	{
	height: 100%;
}
body {
	color: #565348;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #02110C;
	/*background-color: #0a0a0a;*/
}
#universe {
	position: relative;
	width: 1180px;
	height: 632px;
	margin: 0 auto;
	background-image: url(/assets/images/bramka/bramka2bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: visible;
}
img.btnTAK	{
	position: absolute;
	top: 467px; left: 526px;
}
img.btnNIE	{
	position: absolute;
	top: 467px; left: 643px;
}
/*
#content {
	width: 430px;
	margin: 0px auto;
	overflow: hidden;
}
span.datetimepicker SELECT {
	margin: 0px 5px;
	padding: 5px;
	border: 0px;
	border-bottom: 1px solid #F00;
	color: #FFF;
	background-color: #011307;
}
*/
/* error */
span.error {
	display: block;
	margin: 20px 310px;
}
div#ie6warning {
	text-align: center;
	color: white;
}
div#ie6warning a, div#ie6warning a:visited, div#ie6warning a:active {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
div#ie6warning a:hover {
	text-decoration: none;
}