* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #FFF url('../images/fachowiec.jpg') repeat;
    color: #111F1F;
    font-size: 16px;
    font-weight: bold;
    font-family: trebuchet MS, Arial, sans-serif;
    text-align: center;
}

h1 {
    font-size: 20px;
    color: #CD0000;
}

h2 {
    font-size: 18px;
    color: #CD0000;
}

h3 {
    font-size: 16px;
    color: #CD0000;
}

.container {
    padding: 10px 15px 10px 0px;
    text-align: left;
    border: 3px double #F0F0F0;
    background: #fff url('../images/bosch.jpg') right no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -190px 0 0 -360px;
    width: 720px;
    height: 380px;
}

ul {
    list-style-type: circle;
	 margin-left:17px;
}