/**
 * OGÓLNE
 */
body
{
	background:#fff url('layout/bgr.gif') repeat-x top;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
}
a img
{
	border:0;
	vertical-align:bottom;
}
#container
{
	width:642px;
	margin:0 auto;
}
a.transparent:link img, a.transparent:visited img
{
	opacity:1.00;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
}
a.transparent:hover img
{
	opacity:0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
}
#top
{
	text-align:center;
	padding:169px 0 9px 0;
}
#links
{
	height:148px;
}
#link1
{
	float:left;
	display:inline;
	width:316px;
}
#link2
{
	float:right;
	display:inline;
	width:316px;
}
