


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
}

#zunski {
	height: 100%;
	width: 100%;
	background-image: url(../images/bodybg.jpg);
}

#flash {
	width: 825px;
	height: 700px;
	margin: 0 auto 0 auto;	
	
}

#footer {
	width: 825px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #c3c3c3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
	text-decoration: underline;
}