.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);min-height: 870px !important;}
body
{
    background: url('background_nutaku.JPG');
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
    min-height: 100px !important;
    position: absolute;
    width: 100%;
    height: 100%;
	font-family: Helvetica;	
}
.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.webgl-content .footer {
    margin-top: 55px;
    height: 420px;
    line-height: 38px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
} 
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 38px; display: inline-block; background: transparent center no-repeat;} 
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right; margin-top: 10px;}
.fullscreen p {
	 margin-right: 560px;
}
div {display: block;}
#gameContainer {width: 506px; height: 900px; margin: auto; top:0px}
#announcement {
	font-size: 20px;
	color: white;
	user-select: none;
	position: absolute;
	top: 820px;
	background: #7B484E;
	z-index: 2;
	width: 1272px;
	height: 380px;
	margin-left: 4px;
}
#announcement img {
	width: 431px;
	left: 414px;
	position: absolute;
	z-index: 5;
	top: -37px;
}
#announcementTitle {
    font-size: 35px;
    width: 1280px;
    text-align: center;
    height: 58px;
    padding-top: 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 10px;
}
.announcementContainer {
    margin-top: 5px;
    transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
}
.visible { opacity: 1; position: relative;}
.hidden { opacity: 0; position: absolute;}
.announcementWrapper {
	overflow: auto;
	width: 1262px;
	height: 297px;
    margin-top: 5px;
	margin-left: 10px;
}
.footer {
	background: #FFFDEC;
	padding-bottom: 9px;
	z-index: 5;
	display: block;
	padding-right: 4px;
	padding-top: 4px;
}
.stickLeft img {
	width: 64px;
	height: 64px;
	padding-top: 10px;
	padding-right: 10px;
}
.stickRight img {
	width: 64px;
	height: 64px;
	padding-top: 10px;
	padding-right: 10px;
}
#gameContainer {
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
		
}
.fullscreentitle {
	position: absolute;
	margin-top: 10px;
	margin-left: 1120px;
	background: #1eaed3;
	width: 125px;
	height: 38px;
}
.fullscreentitle p {
	margin: 11px;
	color: white;
	cursor: default;
}

a:link {
  color:#99ccff;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #ff6666;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #ccff99;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #ffcc99;
  background-color: transparent;
  text-decoration: underline;
}
