*{font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;}

html, body{
	background-color:#000;
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
}

header{
    background-color: #000;
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 300;
}
header a{
    color:#FFF;	
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}
header a:hover{
	color:#a0d9f7;
	text-decoration: none;
}
.headercontent{
	width: 1200px;
	height: 40px;
    margin: 0 auto;
}
.headertext{
	float: left;
    margin-top: 12px;
    margin-left: 16px;
}
.headerfb{
	float: right;
}

#wrapper {
	position: relative;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
} 
#container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.logo{
    background: url("//landing.mangot5.com/template/au/event/common/logo.png") 0 0 no-repeat;
    width: 175px;
    height: 97px;
    font-size: 0px;
    position: absolute;
    top: 8%;
    right: 5%;
    cursor: pointer;
}
.logo:hover{background-position: 0 -97px;} 
.footer{
	position: relative;
	margin:0 auto;
	font-size: 0px;
	text-align: center;
}