@charset "utf-8";
	
	html {
	margin: 0px;
	visibility: visible;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	
	visibility: visible;
	height: 100%;
	text-align: center;
}
#main {
	text-align: center;
	visibility: visible;
	overflow: hidden;
	float: none;
	border: 0px;
	padding: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -320px;
	width: 950px;
	height: 604px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#hanger {  
	visibility: visible; 
	overflow: visible; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
}
#case { 
	visibility: visible; 
	position: relative; 
	height: auto !important; 
	height: 50%; 
	min-height: 50%; 
	width: 100%; 
	top: 0; 
	left: 0; 
}
#prop {
	visibility: visible;
	position: relative;
	width: 100%;
	height: 92.5px;
}
#id1 { 
	visibility: visible; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	height: 10px; 
	width: 100%; 
}
