#ss_start{
position:fixed; 
width:100%; 
height:100%; 
background:#fff; 
margin:0; 
padding:0; 
top:0; 
left:0; 
right:0; 
bottom:0; 
overflow:none; 
width: expression(document.body.clientWidth + "px");
}

#logo {
	overflow: hidden;
	position: relative;
	width: 596px;
	height: 103px;
	margin: 0;
	padding: 0;
}
#logo img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
#logo a {
	border: 0;
}

.poz {
	font-size: 9px;
	font-family: Verdana;
	color: #777;
	text-align: center;
	position: relative;
	top: 50px;
	margin-bottom: 5px;
}
.poz a {
	color: #555;
}
