body {
	margin: 0;
	padding: 0;
	background: #4b4c3e url(images/main.jpg) repeat;
	
}
h1{
	text-align: center;
}
h3{
	color: blue;
	margin-bottom: 10px;
}
#caption{
	color: Blue;
	font-weight: bold;
}
#img{
	margin: 10px;
	display: inline-block;

}
#thanks{
	text-align: center;
}
#container{
    width: 1020px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
button{
	color: blue;
}
#menu {
    
    width: 980px;
    height: 65px;
    background-color: rgb(23, 24, 23);
}


#menu ul {
    margin: 0px;
    padding: 10px 0 0 19px;
    list-style: none;
}

#menu ul li{
    display: inline;
}

#menu ul li a{
    float: left;
    padding: 12px 0 0 0;
    width: 188px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    outline: none;
}



#top_panel {
    clear: both;
    width: 958px;
    height: auto;
    padding: 10px;
	background-color: darkgrey;
    
}

