body, html 
{ 
	margin: 0px; 
	padding: 0px; 
	background: #ffffff;
	color: navy; 
	font-family: Verdana, Arial, sans-serif ; 
	font-size: 10px;
	height: 100%;
	width: 100%;
} 

div#page
{
	width: 750px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	
}


.box
{
	height: 8px;
	width: 8px;
	position:absolute;	
	background: transparent url(images/box.jpg) no-repeat ; 
	top: 2px;
	
}
.okej
{
	background-color:#F2F7FF;
	border-color:#D7E7FB;
	width: 75px;
	color: navy;
	font-weight:bold;
	font-size: 10px;
}

.zaloz
{
	background-color:#F69900;
	border-color:#F46F21;
	width: 150px;
	color: #265081;
	font-weight:bold;
	font-size: 12px;
}

div#top
{
	width: 750px;
	height: 450px;
	padding: 0px;
	margin-top: auto;
	margin-bottom: auto;
	background: transparent url(images/tlo.jpg) no-repeat top left; 	
}

div#content 
{
	width: 750px;
	height: 310px;
	margin-left: 25px;
	padding-top: 50px;

}
div#content div
{
	width: 250px;
	padding-left: -15px;
    float: left;
	
}

div#content div.prawa
{
	width: 250px;
	padding-right: 45px;
    float: left;
	bottom: 0px;
	
}
div#pasek
{

width: 750px;
height: 75px;
margin-left: 19px;

}
div#pasek div
{

width: 235px;
float: left;

}

div#footer
{
	width: 750px;
	margin-left: 25px;
	margin-right: auto;
	bottom: 25px;
	position:relative;

}

.red
{
	color: #c00;
	font-weight: bold;
}
.navy
{
	color: navy;
}
.bold
{
	font-weight: bold;
}
.uuu
{
text-decoration:underline;
color: navy;
}