body {
	overflow: scroll;
	background: #fff;
	padding: 100px;
	}
.page_margins {
	width: 800px;
	height:auto;
	min-height:500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #00264a;
	}
.page {
	padding: 40px;
	margin: auto;
	height: auto;
	width: auto;
	clear: none;
	float: none;
	
	}
#levo{
	float:left;
	width:25%;
	margin:0;
	border-right:#F00 thin;
	}
#desno{
	float:right;
	width:74%;
	margin:0;
	border-left:#000 thin;
	border-left-color: #F00;
	border-left-width:thin;
	}
#zaglavlje{
	margin: 0 auto;
	width: 600px;
	height:450px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	background-position:right bottom;

	}
.veliko{
	vertical-align:bottom
	text-align: left;
	color: white;
	font-family: "Courier New";
	font-weight: bolder;
	font-style: oblique;
	font-size:45px;
	line-height:normal;
	}
.malo{
	vertical-align:top
	text-align: left;
	color: white;
	font-family: "Courier New";
	font-weight: normal;
	font-style: oblique;
	font-size:20px;
	}
.razmak {
	white-space: nowrap;
	height: 50px;
}

