@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face {
    font-family: notosanstc;
    src: url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
}
body
{
	margin: 0 0 0 0;
}

.form
{
	display: none;
}
.top
{
	background-color: rgba(47, 46, 46, 1);
}
#iframeDiv
{
	overflow: hidden;
	width:853px;
	height: 454px;
	margin: 0 auto;
}
.background
{
	text-align: center;
}

#footer
{
	position: relative;    
	width: 800px;
    height: 154px;
	box-shadow: 0px 8px 10px #d2d2d2;
    background-image: url(./UI/UI_IG_bottomBar.png);
	margin: -60px auto 0 auto;
	top: -30px;
}

#divIframe
{
	overflow: hidden;
    width: 100%;
    max-height: 454px;
	
    margin: 0 auto;
}
#unitIframe
{
	max-width: 853px;
	width: 100%;
	margin: 0 auto;
}
#unitSize
{
	margin-top: -40px;
	width: 802px;
	height: 165px;
}
#content
{
	background-color: #583936;   
    padding-bottom: 200px;
    margin-bottom: -94px;
}
#logo
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#select_font
{
	font-family: "Noto Sans TC", sans-serif;
	color: #fff;
	margin-top: -20px;
}
.btnUnit
{
	position:relative;
	bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
	margin-top: -27px;
	width: 190px;
	height: 190px;
}