html, body{
height: 100%;
}
body{
   margin: 0;
   background-color:white;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.container{
   width: 960px;
   margin: 0 auto;
   outline: 2px dotted rgb(58, 44, 46);
}
.header{
   outline: rgb(58, 44, 46);
}
nav {
   outline: 2px dotted rgb(231, 126, 35);
}
.content{
   outline: 2px dotted black;
}
main{
   outline: 2px dotted rgb(55, 0, 255);
}
.article1 img{
   width: 300px;
   float: right;
}
.sidebar{
   outline: 2px dotted rgb(0, 153, 255);
}
footer{
   outline: 2px dotted rgb(26, 0, 175);
}
nav ul li {
   outline: 2px dotted rgb(231, 126, 35);
   margin: 15px;
   float: left;
}
.list-reset{
   margin: 0;
   padding: 0;
   list-style-type:none;
}
.clearfix:after {
   content: "";
   display: table;
   clear: both;
}
#logotip{
   text-align: center;
   color: rgb(58, 44, 46);
}
#Pozadina{
   float: left;
}