@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
html, body {
	height: 100%;
	text-align: center;
	}
	
#container {
	width: 475px;
	height: 335px;
	margin: 0 auto;
	text-align: left;
	}
	
	#logo {
		width: 475px;
		height: 142px;
		clear: both;
		}
		
	#menu {
		width: 475px;
		height: 74px;
		clear: both;
		}
		
		#left {
			width: 139px;
			height: 74px;
			float: left;
			}
			
		#choice {
			width: 168px;
			height: 74px;
			float: left;
			}
			
		#choice ul {
			list-style: none;
			}
			
		#choice ul li {
			clear: both;
			}
			
		#choice ul li.english a {
			width: 168px;
			height: 36px;
			display: block;
			background-image:url(english.gif);
			background-repeat:no-repeat;
			background-position: 0px 0px;
			}
			
		#choice ul li.english a:hover {
			background-position: 0px -36px;
			}
			
		#choice ul li.serbian a {
			width: 168px;
			height: 38px;
			display: block;
			background-image: url(serbian.gif);
			background-repeat:no-repeat;
			background-position: 0px 0px;
			}
			
		#choice ul li.serbian a:hover {
			background-position: 0px -38px;
			}			
			
			
		#right {
			width: 168px;
			height: 74px;
			float: left;
			}

	#bottom {
		width: 415px;
		height: 119px;
		clear: both;
		overflow: hidden;
		background-image:url(bottom_background.gif);
		padding-left: 60px;
		}
		
		#srb { }
		#eng { }	
		
        .information
        {
            visibility: hidden;
            position: absolute;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
        }		