/**************************************************

Basic Reset Sheet ver: 1.1 

author: Michał Gołębiowski, 
http://gfxcraft.eu, gfxcraft@gmail.com

If You use it, please, do not remove this comment.

**************************************************/


/* CSS Reset  */

body, div, h1, h2, h3, h4, h5, h6, img, a, fieldset, label, form, legend, table, tr, td, th, thead, tbody, span, p, ul, li, dl, dt, dd {
margin:0; padding:0; border:0; outline:0; font-size:100%;
}

/********************** Klasy globalne *******************************/

/* Lista pozioma */
.horizontalList {
float:left; width:auto;
}
.horizontalList li {
list-style:none; float:left; display:inline;
}

/* Centrowanie kontenera */
.centerMe {
width:960px;
margin:0 auto;
}