html {
background-color: #190202;
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
text-align: center;
margin: auto;
}
div#container {
width: 900px;
height: 400px;
margin: auto;
background-image: url('images/wbudowie');
font-family: Tahoma;
font-style: italic;
font-size: 20px;
color: #ddc184;
padding-top: 250px;
}
