body{
  background : #999;
}

img{
  border-width : 0px;
}

img#portret{
  float       : right;
}

div#dokument{
	font-family  : calibri,tahoma,verdana,helvetica,arial,sans-serif;
	width        : 761px;
	margin-left  : auto; 
	margin-right : auto;
}

div#naglowek{
	width         : 100%;
	background    : #9b6 ;
	position      : relative;
	top           : 0px;
	left          : 0px;
	border-left  : solid 1px #666;
	border-right : solid 1px #666;
	border-top   : solid 1px #666;
}

div#naglowek h1{
	margin         : 0px;
	padding-top    : 5px;
	padding-bottom : 5px;
	font-size      : 16pt;
  color          : #040;
	text-align     : center;
}

div#srodek{ 
 width         : 100%;
 height        : 320px;
 background    : #69c;
 border        : solid 1px #666;
}

div#srodek h1{
	margin      : 0px;
	padding-top : 20px;
	font-size   : 14pt;
  color       : #fb0;
	text-align  : center;
}

div#srodek ul{
  list-style-type : none;
	margin-left     : 0px;
	text-align      : center;
	padding         : 0px;
}

div#srodek li{
  margin-top    : 45px;
	margin-bottom : 45px;
}

div#stopka{
	width         : 100%;
	height        : 50px;
	background    : #9b6;
	border-left   : solid 1px #666;
	border-right  : solid 1px #666;
	border-bottom : solid 1px #666;
	position      : relative;
}

div#stopka ul{
  list-style-type : none;
	margin-left     : 0px;
}

div#stopka li#stat{
  position : absolute;
	top      : 13px;
	left     : 0px;
}

div#stopka li#pajacyk{
  position : absolute;
	top      : 0px;
	left     : 121px;
}

div#stopka li#html{
  position : absolute;
	top      : 9px;
	right    : 98px;
}

div#stopka li#css{
  position : absolute;
	top      : 9px;
	right    : 0px;
}