@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
* html
{
	overflow-x: hidden;
} 

html, body {
	padding:0; 
	margin:0; 
	background-color: #002e89;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #fff;
	width:100%;
	height:100%;
}
a.arrow {
	width:100px;
	cursor: pointer;
	outline:0;
	color: #598ddc;
	text-decoration:none;
	text-align: right;
	padding-right: 15px;
	background: url('templates/images/arrow3.gif') right center no-repeat;
}
a.arrow:hover {
	border-bottom:1px #598ddc dashed;
}
#page {
	text-align:center;
	margin:0 auto;
	width:930px;
}
#czolowka {
	width:930px;
	height:600px;
}
#czolowka p {
	float:center;
	padding-top:200px;
}
#czolowka a {
	cursor: pointer;
	outline:0;
	color: #ffffff;
	text-decoration:none;
}
#czolowka a:hover {
	border-bottom:1px #ffffff dashed;
}
