*
{
 margin: 0; padding: 0;
}
body {
  background: url('gfx/splash.jpg') black no-repeat 50% 0;
  text-align: center;
  font-family: Georgia, "Times new Roman",Helvetica,Tahoma,Arial,sans-serif;
}

#splash_container {
	width: 750px;
	margin: 228px auto 0 auto;
	text-align: left;
	height: 430px;
}

#splash_lewy a ,#splash_prawy a{
	display: block;
	background: red;
    width: 293px;
	height: 371px;
    overflow: hidden;
	text-indent: -959px;
	font-size: 4px;
}

#splash_lewy {
	float: left;
}

#splash_prawy {
	float:left;
}
#splash_lewy a 
{
	margin-left: 24px;
    margin-right: 81px;
	background: url('gfx/splash-left-hover.jpg') no-repeat -999px -999px;
}

#splash_prawy a 
{
	background: url('gfx/splash-right-hover.jpg') no-repeat -999px -999px;
}

#splash_lewy a:hover,#splash_prawy a:hover  {
	background-position: 0px 0px;
}

#splash_footer {
	clear: both;
	color: #E6F0D5;
	width: 750px;
	margin: 0 auto;
	padding-right: 20px;
	letter-spacing: -1px;
}

#splash_footer h3 {
	display: block;
	text-align: right;
	font-weight: normal;
	font-size: 16px;
}
#splash_footer h3 strong {
	display: block;
	color: white;
	font-weight: bold;
}

#splash_footer h2 {
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	color: #333;
	margin-top: 20px;
	padding-bottom: 20px;
	line-height: 140%;
}

#splash_footer a {
   color: #E6F0D5;
   font-weight: bold;
}
