body, html {
margin: 0 auto;
padding: 0;
}

body {
background-color: #242423;
font-family: tahoma, verdana, sans-serif;
background-image: url('./admin/gfx/bg.gif');
background-repeat: repeat;
width: 766px; 
height: 100%;
}

a:link, a:visited {
text-decoration: underline;
color: inherited;
}

a:hover {
text-decoration: none;
color: inherited;
}


/* tutaj zaczynaja sie ustawienia dla jakze slicznych komunikatow */
#komunikat {
width: 500px;
height: 150px;
margin: 100px auto 100px auto;
background-color: #ffffff;
border: 5px solid #333333;
}

#komunikat h1 {
display: block;
margin: 10px auto 10px auto;
border-bottom: 1px solid #333333;
font-size: 24px;
}


#komunikat_lewo {
width: 128px;
height: 128px;
margin: 16px;
float: left;
}

#komunikat_prawo {
width: 328px;
height: 150px;
float: right;
}

 

