body
{
margin: 0;
padding: 0;
background: #F1F0E2;
}
	
div#content
{
width: 800px;
height: 500px;
margin-left: -400px;
margin-top: -270px;
position: absolute;
left: 50%;
top: 50%;
}

div#wstazka {
background:url("wstazka.png") no-repeat scroll 100% 0 transparent;
float:left;
width:20px;
height:31px;
position:relative;
left:100px;
}

p.stopka {text-align: center; letter-spacing: 1px; font-family: Arial; font-size: 11px; color: #748BA7}
p.linki {text-align: center; font-family: Arial; font-size: 12px; color: #84816C}

a {
font-family: Arial;
font-size: 12px;
color: #84816C;
}
A:HOVER {
color: #357FCF;
text-decoration: none;
}
A {
text-decoration: none;
}