body {
     margin: 10px auto;
  width: 1100px;
  background-color: bisque;
}

header {
 
}

article
{
    display:block; 
    margin: 15px;
    padding: 15px;
}

nav{
     background-image: url(img/menu.png);
  height: 65px;
  background-repeat: no-repeat;
     float: right;
        width: 100%
    
}
nav ul{
list-style-type:none;
        margin: 0;
        padding: 0;
        background-color: #fff;
}
nav li{
list-style-type:none;
 float: left;
        width: 140px;
}
nav a:link{
    display: block;
    height:15px; /*Magasság meghatározása*/
    padding: 10px;
    padding-left: 10px; /*Az objektum bal oldala és az egyéb tartalom közötti hely meghatározása. */
}
nav a
{
   font: bold 14px verdana, tahoma, arial, sans-serif;
        display: block;
        margin: 0;
        padding: 2px 3px;
        color: #000000;
        background: #F4F6F4;
        text-decoration: none;
        border: 1px solid #ECEEE4;
}
nav a:hover
{   color: #72815F;
        background: #DAE6BD;
}
#holder {
      height: 800px;
  background-image: url(img/content.png);
  background-repeat: repeat-y;
}

section {
    display:block;
    width:90%;
    float:left;
}

aside {

display:block;
float:right;
width:90%;

height:700px;



font-size: 30px; /*Betű méret definiálása*/

}



footer {
      background-position: left top ;
  background-repeat: no-repeat;
  height: 80px;
  clear: both;
  background-image: url(img/bottom.png);
}