* {
	margin: 0px;
}
html {
	height: 100%; overflow: auto;
}
body {
	height: 100%; overflow: scroll; background-image: url(../images/2.jpg); background-repeat: repeat-y; font-family: "Century Gothic"; font-size: 12px;
}
td {
	font-family: "Century Gothic";
	font-size: 12px;
}
.wrapper {
	margin-left: 260px; width: 900px; 
}
.box {
	margin: 0px 0px 0px 0px;
	left: 0px;
	bottom: 0px;
	position: fixed;
	width: 100%;
	height: 28px;
	background-color: #333;
   
}
.box2 {
	margin: 0px 0px 0px 0px; left: 0px; top: 0px; position: fixed; width: 100%; height: 104px; background-image:url(../images/1.jpg); background-repeat: repeat-x;
}

.box3 {
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 104px;
	position: fixed;
	width: 250px;
   
}

* html .box {
	position: absolute;
}
* html .box2 {
	position: absolute;
}
* html .box3 {
	position: absolute;
}
.bijela_slova {
	color: #eee;
}
#prijava {
	width: 239px; padding: 5px; background-color: #FFF; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; font-size: 10px;	
}
#prijava td {
	font-size: 11px;
}
#prijava a {
	text-decoration: none;
	color: #404040;
}
