* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
background-size: cover;
font-family: tahoma;
font-size: 15px;
color: #000000;
}

.wrapper {
	min-width: 1000px;
	max-width: 1090px;
	margin: auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
position: fixed;
	height: 150px;
width: 1050px;
        background-color: A1A1A1;
        margin: auto; }

.boxed {
  border: solid gray ;
  background: gray ;
    border-radius: 50%;
    padding: 20px; 
}
.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
color: black;
}

li a:hover {
    background-color: white;
    color: gray;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
position: fixed;
margin-top: 10px;
height: auto;
width: 1050px;

}








/* Footer
-----------------------------------------------------------------------------*/
.footer {
        background-color: A1A1A1;
    clear: both;
    position: fixed;
    z-index: 10;
    height: 150px;
width: 1050px;
    margin-top: 20px;
margin-bottom: 20px; 
}

.boxedfooter {
  border: 10px solid gray ;
  background: gray ;

}



