			body{
				background-image: url("../assets/imagebg.jpg");
				background-size: 100%;
				background-repeat: no-repeat;
				font-family: "century gothic";
			}
			body a:hover{
				text-decoration: none
			}
			button, .menucntnt a{
				width: 15vw;
				font-size: 1vw;
				padding: 0.5vw;
				display: block;
				text-decoration: none;
				text-align: center;
				background-color: #fb8f50;
				color: white;
				border: 2px outset #fb8f50;
			}
			button p{
				text-align: left;
			}
			.menu{
				position: relative;
				display: block;
				margin-left: 2%;
				margin-top: 1%;
			}
			.menucntnt{
				display: none;
			    position: absolute;
			    background-color: #f9f9f9;
			    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			}
			.menucntnt a{
				display: block;
			}
			.menu:hover .menucntnt{
				display: block;
				box-shadow: 0px 5px 10px black;
			}
			.menucntnt a:hover{
				background-color: black;
				color: cyan;
				border: 2px inset #262626;
			}
			#contentarea{
				width: 60%; 
				margin: auto;
				padding-top: 1%;
				background: #e6e6e6;
				border-radius: 5%;
				box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
			}
			table{
				margin: auto;
				margin-bottom: 5%;
			}
			#picdisplay{
				width: 80%;
				height: 90%;
			}
			#frame{
				text-align: center;
				width: 60%;
				height: 32vw;
			}
			table td a{
				text-decoration: none;
				color: black;
			}
			table td a:hover{
				text-decoration: none;
				color: red;

			}
			footer span{
				display: block;
				color: white;
				text-align: center;
				font-size: 0.7vw;
			}