body{
	padding:0;
	margin:0;
	background:url(bg.jpg) no-repeat 0px 0px;
	background-size: cover;
    background-position: 50% 50%;
	background-attachment:fixed;
}
.clear {
	clear:both;
}
p{
	margin:0;
}
 
.text-center {
	text-align:center;
}
img{
	width:100%;
}
 
#kouhao p{
  text-align: center;
  padding-top: 100px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-shadow:  2px 2px  0px #fff;
}



#container {
  display: flex;
  justify-content: center;  
  align-items: center;    
  margin-top: 500px;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #0b2b61;
    border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #0b2b61, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    background: #000;
    float: left;
}

#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}

#nav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 24px;
    text-decoration: none;
    padding: 12px 50px;
    width: 100%;

}













footer {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 5px;
    color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 24px 0; 
}
footer a{
  color: #000;
	text-decoration:none;
}
 
   