container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

input[type=submit] {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

body {
	font-family: "Times New Roman", Times, serif;
	/*font-family: "Trebuchet MS", Verdana, sans-serif; */
	/*font-family: "Helvetica Neue", Arial, sans-serif; */
    font-size: 16px;
	border-color: #969696;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #111111;
}

img	{
	font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    background-color: #33403e;
	border-color: #969696;
	border-style: solid;
	border-width: 1px;
}

html {
	font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    background-color: #fcfcfc;
	border-color: #525252;
	border-style: solid;
	border-width: 2px;
	/*background-image: url("image/MumeiBG.png");*/
	background-repeat: repeat-x repeat-y;
	cursor: default;
}

main {
    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-color: #6600CC;
    border-radius: 0 0 5px 5px;
}

h1 {
    font-family: Georgia, serif;
    color: #aa69ff;
    font-size: 30px;
}
#404	{
	font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    border-radius: 0 0 0px 0px;
}

h2 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #801fff;
    font-size: 30px;
}

h3 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 30px;
}

p {
    text-decoration: none;
	margin-left: 20px;
	}
	
title {
    text-decoration: none;
    color: #0000ff;
	margin-left: 20px;
	margin-bottom: 0px;
	}
	
a {
    text-decoration: none;
    color: #d6b677;
	}
	

label	{
	background-color: #356a75;
	border-color: #d6b677;
	color: #d6b677;
	padding: 1px 1px 1px 1px;
	border: 3px solid;
	margin-left: 20px;
	margin-right: 4px;
	transition: 0.2s;
}

label:hover	{
    color: #d1bbb0;
    background-color: #8e706a;
	border-bottom: 3px solid #8e706a;
	border-color: #d6b677;
	border-radius: 10px 10px 10px 10px;
}

input[type="file"] {
    display: none;
}

input[type="submit"] {
	display: none;
}

ul#menu {
	padding-top: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul#menu li {
    background-color: #d1d1cf;
    display: inline;
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
    /*margin-right: 4px;*/
	border: 1px solid;
	border-width: 1px 1px 1px 1px;
}

ul#menu li a {
    background-color: #d1d1cf;
    text-decoration: none;
    color: #000000;
	cursor: default;
}

ul#menu li a:hover {
    /*color: #d1d1cf;*/
    background-color: #c7c7c7;
	border-color: #d6b677;
}

footer	{
    position: bottom;
    /*background: url(image/MumeiPeek.png) no-repeat center center; */
	position: fixed;
	left: 2%;
	bottom: 10px;
    width: 200px;
    height: 199px;
}