			* {
			  margin:0;
			}
			header {
			  position:absolute;
			  width:100%;
			  height:100px;
			  top:0;
			  background-image: url("../img/header_bg_100.png");
			}
			header .logo{
			  position:absolute;
			  width:115px;
			  height:100px;
			  right:0px;
			  top:0;
			  background-image: url("../img/header_right_100.png");
			}

			header .slogan{
			  position:absolute;
			  width:100%;
			  height:100px;
			  left:0px;
			  right:0px;
			  top:30px;
			  color:white;
			  font-size: 24px;
			  text-align:center;
			  font-weight:bold;
			}

			menu {
			  position:absolute;
			  width:100%;
			  top:100px;
			  left:0px;
			  right:0px;
			  height:30px;
			  background-color:#6e969f;
			  text-align:center;
			}

			menu ul {
				position:absolute;
				width:100%;
				top:0px;
				height:30px;
				left:0px;
				right:0px;
				list-style-type: none;
				margin: 0;
				padding: 0;
				overflow: hidden;
				background-color: #6e969f;
				text-align:center;
			}

			menu li {
				display: inline-block;
				}

			menu li a {
				display: block;
				color: white;
				text-align: center;
				padding: 10px;
				text-decoration: none;
			}

			menu li a:hover {
				background-color: #007496;
				color: white;
				text-decoration: none;
			}

			footer {
			  position:absolute;
			  width:100%;
			  height:20px;
			  bottom:0;
			  background-color:#6e969f;
			}
			footer .copy{
			  width:300px;
			  color:#ffffff;
			  font-size:14px;
			  margin:0px:
			  padding:0px;
			}

			section {
			  position:absolute;
			  width:100%;
			  top:130px;
			  bottom:20px;
			}
