article { width: 50%; display: table; } 
td{vertical-align: top; }
table { width: 900px; align: center;  border-width:1px; border-spacing: 10px 10px;
 }
th {
     background-color: #669999;
     color: white; font-size: 20px;
 }
html { color: black; background-color: white; text-align: center; font-family: sans-serif; }
html { 
  background: url("../images/background.jpg") no-repeat center center fixed; 
  background-size: cover;
}
body { width: 1250px; margin: 0 auto 0 auto; text-align: left; padding: 5px; background-color: #F5F5DC; background-position: center; }


header { background: url("../images/header.jpg"); background-repeat: no-repeat; background-position: center; }
header { width: 1250px; height: 300px; display: table; }
nav {
    line-height:30px;
    background-color:#F5F5DC;
    height:auto;
    width:200px;
    float:left;
    padding:5px; 
}
section {
  width:1000px;
  padding:10px;
  display:table;
    float:left;
}
aside {
  float:right;display:block;
}
footer {
  background-color:black;
  color:white;
  clear:both;
  padding:5px;
  height:15px;
}
#credits { color:#669999; font-size:11px; float:right; }
#contact { font-size:small; float:left; }
