* { margin: 0px; padding: 0px; }

BODY {
	background: #00112c url(../images/firstpage.jpg) repeat-x top;
}

DIV#home {
	width: 945px;
	height: 482px;
	margin: 0px auto;
	background: url(../images/firstpage_middle.png);
}

DIV#home UL {
	width: 859px;
	height: 418px;
	margin: 0px 0px 0px 43px;
	list-style: none;
	background: url(../images/firstpage_ulaz.jpg) no-repeat 0px 41px;
}
DIV#home UL LI { float: left; margin-right: 20px; }

A#yes, A#no  {
	display: block;
	width: 65px;
	height: 55px;
	text-indent: -9999px;
	position: relative;
	outline: 0px;
	left: 620px;
	top: 240px;
}