html,body{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: #ff0000;
}

#main{
	height: 90px;
	margin-top: -50px;;
	position: absolute;
	top: 50%;
	left: 40px;
}

#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: #ff0000;
}




/*button*/

#utOnlineStore, #storeLocator, #uniqloCom{
	position: absolute;
}
#utOnlineStore{
	left: 0;
}
#storeLocator{
	left: 116px;
}
#uniqloCom{
	left: 226px;
}
	
#utOnlineStore_children, #storeLocator_children, #uniqloCom_children{
	width: 2000px;
	float: left;
	margin-top: -64px;
	_margin-top: -32px; /*IE6*/
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*CSS Button common*/
.footer_level2{
	float: left;
}

.cssBtn a{
	display: block;
	font-size:1px;
	line-height:1px;
	outline:none;
	text-indent:-9999px;
	text-decoration:none;
	background-image: url(../../img/utweet_html.png);
	background-repeat: no-repeat;
}
.cssImg{
	display: block;
	font-size:1px;
	line-height:1px;
	outline:none;
	text-indent:-9999px;
	text-decoration:none;
	background-image: url(../../img/utweet_html.png);
	background-repeat: no-repeat;
}

/*Footer Level 2*/
.jpBtn a{
	background-position: -116px 0px;
	width: 59px; height: 32px;
}
.jpBtn a:hover{
	background-position: -116px -32px;
}

.usBtn a{
	background-position: -176px 0px;
	width: 51px; height: 32px;
}
.usBtn a:hover{
	background-position: -176px -32px;
}

.ukBtn a{
	background-position: -176px 0px;
	width: 51px; height: 32px;
}
.ukBtn a:hover{
	background-position: -176px -32px;
}

.ukBtn a{
	background-position: -222px 0px;
	width: 39px; height: 32px;
}
.ukBtn a:hover{
	background-position: -222px -32px;
}

.frBtn a{
	background-position: -261px 0px;
	width: 67px; height: 32px;
}
.frBtn a:hover{
	background-position: -261px -32px;
}

.ruBtn a{
	background-position: -328px 0px;
	width: 64px; height: 32px;
}
.ruBtn a:hover{
	background-position: -328px -32px;
}

.krBtn a{
	background-position: -392px 0px;
	width: 61px; height: 32px;
}
.krBtn a:hover{
	background-position: -392px -32px;
}

.cnBtn a{
	background-position: -453px 0px;
	width: 57px; height: 32px;
}
.cnBtn a:hover{
	background-position: -453px -32px;
}

.hkBtn a{
	background-position: -510px 0px;
	width: 87px; height: 32px;
}
.hkBtn a:hover{
	background-position: -510px -32px;
}

.hkBtn a{
	background-position: -510px 0px;
	width: 87px; height: 32px;
}
.hkBtn a:hover{
	background-position: -510px -32px;
}

.sgBtn a{
	background-position: -597px 0px;
	width: 83px; height: 32px;
}
.sgBtn a:hover{
	background-position: -597px -32px;
}

.twBtn a{
	background-position: -680px 0px;
	width: 66px; height: 32px;
}
.twBtn a:hover{
	background-position: -680px -32px;
}

.myBtn a{
	background-position: -746px 0px;
	width: 77px; height: 32px;
}
.myBtn a:hover{
	background-position: -746px -32px;
}



/*Footer Level 1*/
.utOnlineStoreBtn a{
	background-position: -0 -64px;
	width: 116px; height: 32px;
}
.utOnlineStoreBtn a:hover, .utOnlineStoreBtn.selected a{
	background-position: -0 -96px;
}

.storeLocatorBtn a{
	background-position: -116px -64px;
	width: 110px; height: 32px;
}
.storeLocatorBtn a:hover, .storeLocatorBtn.selected a{
	background-position: -116px -96px;
}

.uniqloComBtn a{
	background-position: -227px -64px;
	width: 89px; height: 32px;
}
.uniqloComBtn a:hover, .uniqloComBtn.selected a{
	background-position: -227px -96px;
}

.copyrightImg{
	background-position: -549px -64px;
	width: 275px; height: 32px;
	float: right;
}

