@charset "utf-8";
/* CSS Document */
@import url("reset.css");
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	.clearboth{
		clear:both;
	}
	.myfloatLeft{
		float:left;
	}
	.myfloatRight{
		float:right;
	}
	.myTextRight{
		text-align:right;
	}
	body{
		background-color:#000;
	}
#in_wrap{
	margin:0 auto;
}
#MySWF{
	margin:0 auto;
}
#Enter_in{
	/*position:absolute;
	left:46%;
	bottom:15px;*/
	margin-top:30px;
	text-align:center;
}