 #main5 {
            width: 1200px;
            height: 900px;
            background-color: rgb(138, 140, 143);
            margin: auto;
            position: relative;border-radius: 10px;
        }
        #logo {
	width: 300px;
	height: 105px;
	background-image: url(images/town%20logo%20brwn.png);
	position: absolute;
	left: 840px;
            
        }
        #space1c {
            width: 1150px;
            height: 110px;
           background-color: rgb(67, 54, 60);
            position: absolute;border-radius: 5px;
            left: 25px;
            top: 20px
        }
        
        #space2c {
	width: 1149px;
	height: 166px;
	background-color: rgb(240,78,35);
	position: absolute;
	left: 25px;
	top: 128px
        }
        
        #space3c {
            width: 1150px;
            height: 110px;
           background-color: rgb(67, 54, 60);
            position: absolute;border-radius: 5px;
            left: 25px;
            top:770px
        }
        #space4c {
            width: 1150px;
            height: 550px;
            
            background-image:url(images/catering%20town.png);
            position:absolute;
            left: 25px;top: 265px
            
        }
        
        ul#catering {
	margin: auto;
	position: absolute;
	left: 769px;
	top: 41px;
	font-size: 30px
        }
        ul#catering li{display: inline;}
ul#catering li a{text-decoration: none;color: white;padding: 5px;}
ul#catering li a:hover{color: orange;}
        h1 {
            font-size: 50px;
            color: white;
            left: 25px;
        }
        
        p {
	font-style:italic;font-family: athelas;
	font-size: 25px;
	margin-right: auto;
        }
