html { height:100%; margin:0; }
body { 
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	color:#272F43; 
	font-size:14px; 
	background:#7d94a7 url(/images/bg_stripes.gif) repeat-x top; 
	font-weight:bold;  
	height:100%;
	margin:0;
}
#header { margin:5px; }
.picture { border:2px solid white; }
.tutlogo {
	background:url(/images/tutlogo.png) center top no-repeat; 
	width:141px; height:52px;
	/*display:block;*/
}
* html .tutlogo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tutlogo.png',sizingMethod='scale'); 
	background: none; 
}

#rekv { clear:both; text-align:center; font-weight:normal; }
#logo { text-align:center; font-weight:bold; font-size:48px;  }

.saturs { width:800px; margin-left:auto; margin-right:auto; margin-top:20px; }
.saturs p { margin-top:0.5em; }

hr {
	border: none 0; 
	border-top: 1px solid #000033;
	height: 1px;
	margin:0px;
	padding:0;
}

a:link, a:visited { color:#0000FF; }
a:hover { text-decoration:none; color:#9D0000; }