body{
    background-color: whitesmoke;
}

#header{
    width: 1365px;
    height: 150px;
    border: 0px solid blue;
    background-image: url(img/1.jpg);

}
.menu1{
    list-style-type:none;	
   }
   .sub{
       padding:10px;
    float:left;	
   }
   a:link,a:visited{
    color:white;
    background-color:rgba(8, 80, 214, 0.815);
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px;
    border-radius:5px; 
   }
   a:hover,a:active{
    background-color:rgba(0,0,0,0.9);
   }

   .caption{
       text-align: center;
    font-family: cursive;
    color: yellow;
   }

   #mid{
       width: 1365px;
       height:auto;
       background-image: url(img/mid.jpg);

   }

   .gold{
     text-align: center;
     background: rgb(215, 252, 9);
background: radial-gradient(circle, rgb(209, 243, 16) 0%, rgb(207, 252, 7) 0%, rgba(0,0,0,1) 100%);
     font-family: fantasy;
     text-shadow: black 25px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0cm;
     color: skyblue;


   }

   #footer{
       width: 1365px;
       height: 50px;
       background:  rgba(8, 80, 214, 0.815);
       background: radial-gradient(circle, rgb(5, 41, 248) 0%, rgb(7, 52, 252) 0%, rgba(0,0,0,1) 100%);
       margin-top: 0px;
   }
   .copy{
    font-size: 20px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

   }
   #slider-left-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(left.png); 
	margin-right: 10px; 
}

#slider-right-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(right.png); }