﻿
/* reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

a{ outline: none; text-decoration: none; }

img { border: 0px; }

body { font-family: Verdana; background: url('../images/tlo.jpg') repeat-x; }

/* szkielet */

#kontener {
 width: 1280px;
 height: 700px;
 margin: 0px auto;
 background: url('../images/willi.jpg') no-repeat;
}