﻿#WaitingBox {
	position:absolute;
	height:100%;
	width:553px;
	background:url("../images/layout/background/bg-wait.png") repeat;
	
	background-attachment:fixed;
	display:none;
	
}
.loading {
	position:absolute;
	background:url("../images/layout/background/samsung_pre.gif") no-repeat;
	top: 230px;
	left: 213px;
	height:55px;
	width:150px;
}
