@charset "UTF-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
} 
#container {
	position: absolute;
	width: 322px;
	height: 18px;
	z-index: 2;
	top: 100px;
	left: 100px;
	overflow: visible;
}


