body {
	background-color: #ffb34b;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

div.main {
	text-align: center;
	margin: 0 auto;
	width: 1024px;
	/* background-color: #ff0000;*/
}

div.stanko_petric {
	position: absolute;
	float: left;
	width: 1024px;
	height: 660px;
	background-image: url('main.png');
	background-repeat: no-repeat;
	z-index: 1;
}

div.logo {
	float: left;
	width: 574px;
	height: 270px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	margin-left: 450px;
}

div.buttons {
	float: left;
	width: 350px;
	height: 365px;
	/* background-color: #ff00ff;*/
	margin-left: 620px;
	margin-top: 80px;
}

div.footer {
	position: absolute;
	width: 100%;
	height: 25px;
	background: transparent url('rob.png') repeat-x;
	z-index: 100000;
	top: 660px;
}

 
div.fadehover {
	width: 350px;
	position: relative;
	padding-top: 100px;
}
 
img.a, img.b {
	position: absolute;
	left: 0;
	top: 0;
}

img.a{
	z-index: 10;
}

img {
	border-style: none;
}
