@charset "UTF-8";
/* CSS Document */
 body{
     padding:0px;
     margin:0 auto;
     align:center;
     }

#container{
margin:0 auto;
padding:0;
}


#nav{
width:100%;
height:30%;
background-color:#336699;
position:fixed;
left:0;
bottom:0;
color:#ffffff;
}

ul{
color:#ffffff;
text-decoration:none;
  list-style: none;
}

li{
color:#ffffff;
text-decoration:none;
  list-style: none;
  font-family:'Impact', Arial, sans-serif;
  font-size:20px;
  line-height:1.5;
  letter-spacing: 3px;
}


a {
color:#ffffff;
text-decoration:none;
}

.navMain{
float:left;
}


.navSocial{
float:right;
}

h1{text-align:center;}