

BODY {
	background-color: #000;
	margin: 1px;
	padding: 0;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #515151;
}

IMG {
	border: none;
}

*:FOCUS {
	outline: none;
}

DIV#site {
		width: 855px;
	height: 450px;
	margin: 0 auto;
}

DIV#header {
	background-color: #515151;
	height: 114px;
	position: relative;
}

DIV#content {
	height: 336px;
	background-color: #5b5b5b;
}

DIV#copy {
	margin-top: 5px;
}

IMG#logo {
	margin: 20px 0 0 20px;
}

DIV#menu {
	position: absolute;
	left: 6px;
	bottom: 0;
}

DIV#menu A, DIV#language, DIV#languages{
	display: block;
	float: left;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

DIV#menu A:HOVER {
	background-position: 0 -52px;
}

DIV#menu A.active {
	background-position: 0 0 !important;
}

DIV#menu A.mission-en {
	background-image: url(img/menu/mission-en.gif);
	width: 75px;
}

DIV#menu A.contact-en {
	background-image: url(img/menu/contact-en.gif);	
	width: 83px; 
}

DIV#menu A.mission-hr {
	background-image: url(img/menu/mission-hr.gif);
	width: 66px;
}

DIV#menu A.contact-hr {
	background-image: url(img/menu/contact-hr.gif);	
	width: 79px; 
}


DIV#menu DIV#language {
	background-image: url(img/menu/language.gif);
	padding-left: 79px;
	/*width: 79px;*/
}

DIV#menu A.english {
	background-image: url(img/menu/english.gif);
	width: 60px;
}

DIV#menu A.hrvatski {
	background-image: url(img/menu/hrvatski.gif);
	width: 62px;
}



A IMG {
	border: 0;
}

.active {
	visibility: visible;
}

DIV#contact DIV {
	float: left;
	clear: both;
}

DIV#contact A {
	float: left;
	display: block;
}
