* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
text-align: center;
}

body {
height: 500px;
background-color: #DEE9FF;
}

#page {
background-color: #ffffff;
border-left: 1px solid #3A3A3A;
border-right: 1px solid #3A3A3A;
width: 479px;
margin-left: auto;
margin-right: auto;
min-height: 100%;
text-align: left;
}

#head {
background-image: url('../images/head.jpg');
background-repeat: repeat-x;
width: 500px;
}

#content {
margin-top: 0px;
padding-bottom: 65px;
width: 400px;
margin: 0 auto;
}

#contentMain {
float: right;
width: 400px;
}
#contentLogo {
text-align: center;
margin-top: 8px;
margin-bottom: 1px;
width: 480px;
height: 181px;
background-image: url('../images/main_logo.jpg');
}
#conHeader {
background-image: url('../images/bg_header.jpg');
background-repeat: repeat-x;
color: #ffffff;
height: 31px;
text-align: center;
padding-right: 5px;
padding-top: 5px;
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: bold;
margin-bottom: -10px;
}

.tytul {
background-image: url('../images/tytul.jpg');
background-position: center left;
background-repeat: no-repeat;
padding-left: 15px;
border-bottom: 1px solid #CDDDFF;
width: 365px;
height: 20px;
margin-left: 10px;
margin-top: 10px;
color: #324264;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-top: 5px;
}

#tresc {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B4658;
text-align: justify;
}

#footer {
background-color: #BCD2FF;
width: 476px;
position: relative;
margin: -2em auto 0 auto;
}

#footer .fotMenu {
float: left;
background-color: #CEDFFF;
width: 434px;
height: 25px;
color: #324263;
font-weight: bold;
font-size: 10px;
padding: 7px 30px 0 12px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}

#footer a {
font-size: 10px;
color: #3B4658;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}