@charset "utf-8";

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body {
	font-family: "lr oSVbN", Osaka;
	font-size: 12px;
	line-height: 150%;
	background-repeat: repeat-x;
}

#container{
	width: 425px; /* Mac IE */
	height: 350px; /* Mac IE */
	margin-left: auto; /* Mac IE */
	margin-top: 100px; /* Mac IE */
	margin-right: auto; /* Mac IE */
	margin-bottom: 0px; /* Mac IE */
}

/* Mac IE \*/

#container{
	width: 426px; /* default */
	height: 350px; /* default */
	position:absolute; /* default */
	left:50%; /* default */
	top:50%; /* default */
	margin-left: -213px; /* default */
	margin-top: -175px; /* default */
}
