@charset "UTF-8";

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashContent {
	height: 100%;
}
/* end hide */
body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}




/* =======================================
	 noscript
========================================*/
div#Flash {
	height:100%;
}

div#Flash table {
	height:100%;
}

div#Flash table tr td {
	text-align: center;
	height
}

	div#Container {
		width: 310px;
		margin: 0 auto;
	}
	
		h1#Logo {
			margin-bottom: 10px;
		}
		
		div#Main {
			position: relative;
			background: url(/ssc/images/noscript/bg-massege.gif) no-repeat center top;
			width: 310px;
			height: 520px;
		}
		
		div#Main a {
			position: absolute;
			left:75px;
			top:330px;
		}
