.center {
    margin: auto;
    width: auto;
    height:auto;
    border: 3px solid #709898 ;
    padding: 5px;
    background-color: #709898 ;
}
#header {
    border: 3px solid #709898 ;
    color:RED;
	font-size: 20;
    text-align:center;
    width:auto;
    height:auto;
}
body {
    background-image: pictures("asdad.jpg");
	background-size: 1500px 700px;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}


#nav {
    line-height:30px;
    height:auto;
    width:auto;
    float:left;
    padding:1px; 
}
#section {
    width:auto;
    float:left;
    padding:1px; 
}
#footer {
    background-color:#831928 ;
    color:white;
    clear:both;
    text-align:center;
    padding:1px; 
    width:auto;
    height:auto;
    font-size:12pt;
    font-family:arial;
   
    color:white;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #709898 ;
    position:relative;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 15px 75px;
    text-decoration: none;
    font-family: arial;
}

li a:hover {
    background-color: #7c0335;
}
active {
    background-color: #234567;
	}