body {
	margin: 0px;
	padding: 0px;
}
#layuot
{
	height: 700px;
	width: auto;
}
#banner
{
	height: 100px;
	width: auto;
	text-align: center;
	font-weight: 30px;
	font-size: 40px;
	background-color: black;
	color: white;
}
#menu
{
	height: 50px;
	width: auto;
	font-weight: 20px;
	font-size: 30px;
	background-color: black;

}
#content
{
	height: 450px;
	width: auto;
	font-size: 30PX;
	font-weight: 20PX;
	background-image: url(file:///C:/Users/PC14/Desktop/pacs/Media/images/pic.jpg.jfif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 100px;
	text-align: center;
}
#footer
{
	height: 100px;
	width: auto;
	font-weight: 20px;
	font-size: 25px;
	background-color: black;
	text-align: center;
	color: white;
}
.dropdown
{
	position: relative;
	display: inline-block;
	
}
.submenu
{
	position: absolute;
	display: none;

}
	
.dropdown:hover .submenu
{
	display: block;
	
}
.submenu a
{
	display: block;
	text-decoration: none;
	padding: 12px 16px;
	font-weight: bold;
	font-size: 30px;
	background-color: skyblue;
	width: 200px;
}
.dropdown:hover .dropbtn
{
	font-size: 22px;
}
.dropbtn

{
	font-weight: bold;
	border: none;
	background-color: white;
	color: white;
	padding: 18px;
	background-color: transparent;
	font-weight: bold;
	font-size: 18px;
	font-family: new times roman;
}
.submenu a:hover
{
	color: black;
}
img {
	width: 900px;
	height: 400px;
	border: double;
}