* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {
	color: #adadad;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #000000;
	text-align: center;
}

a:focus {
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #b4da45;
}

a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
}

.headerSite {
	background: url('http://www.ofp2.pl/img/headerGradient.gif') repeat-x;
	min-width: 925px;
	height: 100px;
	color: #757575;
	border-bottom: solid 1px #353535;
	padding: 0 20px;
}

.headerLogo {
	float: left;
	margin-top: 12px;
	background: url('http://www.ofp2.pl/img/headerLogo.png') no-repeat;
	width: 342px;
	height: 75px;
}

.brLogo {
	background: url('http://www.ofp2.pl/img/br.png') no-repeat right;
	width: 342px;
	height: 75px;
}

.headerItem {
	float: right;
	margin-top: 18px;
	margin-left: 25px;
	width: 256px;
	height: 64px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
}

a.headerItem:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.mainSite {
	padding: 50px 0;
	min-height: 500px;
	background: url('http://www.ofp2.pl/img/headerGradientB.gif') repeat-x top;
}

.titleSite {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #b4da45;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #505050;
}

.news-header {
	padding: 3px 5px;
	background-color: #89a634;
	border: solid 1px #698028;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.news-content {
	margin: 10px 0;
	padding: 10px;
	background-color: #101010;
	text-align: left;
}

.news-footer {
	height: 14px;
	margin-bottom: 30px;
	padding: 2px 5px;
	background-color: #202020;
	font-size: 7pt;
	font-style: italic;
}

.contentSite {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.footerSite {
	font-family: Verdana;
	width: 900px;
	margin: 15px auto 0 auto;
	padding: 5px 0 10px 0;
	text-align: left;
	font-size: 7pt;
	color: #505050;
	border-top: dashed 1px #505050;
}

.footerLogo {
	float: left;
	margin: 2px 5px 25px 0;
}

a.footerItem:link, a.footerItem:visited {
	text-decoration: none;
	color: #858585;
}

a.footerItem:hover, a.footerItem:active {
	text-decoration: none;
	color: #adadad;
}

img {
	border: none;
}