html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, dl, dd,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, ol, ul, li, menu,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  text-transform:uppercase;
  letter-spacing: 3px;
  font: bold 'helvetica neue',sans-serif;
  color:white;
  margin: 0;
  outline: 0;
  padding-top: 5px;
}
html, body {
  text-align: center;
  border: 0;
  background-color: black;
}
#container { 
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 0;
}
#container #header {
  margin: 0px;
  padding: 0px;
  width: 900px;
  height: 190px;
  float: left;
}

#container #kol1 {
  width: 200px;
  height: 175px;
  float: left;
  margin-left: 100px;
  padding-top: 35px;
}

#container #kol2 {
  width: 200px;
  height: 175px;
  float: left;
  margin-left: 50px;
  margin-right: 50px;
  padding: 0;
}

#container #kol3 {
  width: 200px;
  height: 175px;
  float: left;
  margin-right: 95px;
  padding-top: 35px;
}

#container #footer {
  text-align: center;
  width: 895px;
  font: 50% 'helvetica neue',sans-serif;
  letter-spacing: 3px;
  text-transform:uppercase;
  color:white;
  margin-top: 60px;
}

