@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	background: url(img/page_bg.jpg) center center no-repeat #000;
}
body, html
{
	height: 100%;
}
#centerWindow
{
	position: absolute;
	background: url(img/center_bg.jpg) center center no-repeat;
	width: 960px;
	height: 650px;
	top: 50%;
	left: 50%;
	margin-top: -324px;
	margin-left: -480px;
}
#moreInfo
{
	background-image: url(img/moreinfo_bg.png);
	width: 368px;
	height: 174px;
	position: relative;
	margin-left: 613px;
	margin-top: 360px;
}
#competition
{
	width: 182px;
	height: 67px;
	background-image: url(img/btn_natjecaj.png);
	position: relative;
	margin-left: 765px;
	margin-top: 30px;
	cursor: pointer;
}
#competition:hover
{
	background-image: url(img/btn_natjecajOver.png);
}

#cancel
{
	width: 182px;
	height: 67px;
	background-image: url(img/btn_cancel.png);
	position: relative;
	margin-left: 765px;
	margin-top: 30px;
	cursor: pointer;
}
#cancel:hover
{
	background-image: url(img/btn_cancelOver.png);
}


#contact
{
	width: 131px;
	height: 49px;
	position: relative;
	background-image: url(img/btn_contact.png);
	cursor: pointer;
	margin-left: 615px;
	margin-top: -63px;
}
#contact:hover
{
	background-image: url(img/btn_contactOver.png);
}
#info
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(img/info_bg.png);
	width: 239px;
	height: 384px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-left: 5px;
	margin-top: -180px;
	padding: 15px;
}

p
{
	margin-bottom: 20px;
}
a, a:hover, a:active, a:visited
{
	color: #FFF;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.visible
{
	display: block;
}
.hidden
{
	display: none;
}
.infoTitle
{
	font-size: 18px;
}
#closeBtn
{
	width: 35px;
	height: 35px;
	background-image: url(img/btn_close.png);
	float: right;
	cursor: pointer;
}