
body { margin: 0; padding: 0; }



body { background: #300101 url(../grafika/body-bg.gif) repeat-y center top; }

.container { width: 760px; margin: 0 auto; padding: 0; }
	
#top h1, #top h2 { margin: 0; padding: 0; text-indent: -9999999px; 	}

#logo, #slogan { behavior: url(iepngfix.htc); }
#top { 
	width: 760px;
	height: 220px; 
	float: left; 
	background: url(../grafika/blask.jpg) no-repeat 0 0;
	}
#logo {
	margin: 60px 0 0 0;
	float: left;
	width: 243px;
	height: 84px;
	background: url(../grafika/logo.png) no-repeat 0 0;
	}
	
#slogan {
	margin: 97px 0 0 0;
	float: right;
	width: 354px;
	height: 42px;
	background: url(../grafika/slogan.png) no-repeat 0 0;
	}

#content {
	float: left;
	width: 760px; 
	height: 400px;
	}
#footer {
	margin-top: 20px;
	width: 760px; 
	float: left; 
	font: 10px/12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}
	
	#footer p  { color: #c47f6f; }
	#footer a { color: #fff; text-decoration: none; border-bottom: 1px dotted #fff; }
	#footer a:hover { color: #fff; border-bottom: 1px solid #fff; }