html, body{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background-image:
		url('img/bgc.png'),
		url('img/bg.gif');
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size: cover;
	
	background-repeat: no-repeat,no-repeat;
	
	overflow-x: hidden;
	background-attachment: scroll,fixed;
	background-position: center,center;
	
}

body::-webkit-scrollbar {
  display: none;
}

#box12 {
	background-color:#E50112;
	position: absolute;
	top:2480px;
	clear:left;
	width:100%;
	height:60px;
	padding:0px 20px 10px 0px;
	margin:0px 0px 0px 0px;
}

#box9 {
	background-color:#E50112;
	position: absolute;
	top:2480px;
	clear:right;
	width:900px;
	height:60px;
	padding:0px 20px 10px 0px;
	margin:0px 0px 0px 0px;
}

#box1 {
	background-image:url('img/rogo.gif');
	background-color:#E50112;
	float:right;
	width:438px;
	height:120px;
	padding:0px;
	margin:20px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box13 {
	background-image:url('img/space.gif');
	background-color:;
	float:right;
	width:1px;
	height:810px;
	padding:0px;
	margin:20px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#back {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 2480px;
    background: url(img/back.png) repeat left top;
    background-size: 1920px auto;
    -webkit-animation: slide 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate3d(0, 0, 0);
}

@-webkit-keyframes slide {
    0% { -webkit-transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(-1920px, 0, 0); }
}

* {
	color:white;
	font-size:12px;
	font-weight:bold;
}

p {
	color:white;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	margin:3px;
}

img {
    border-style:none;
}

#midashi {
	color:yellow;
	font-size:30px;
	font-weight:bold;
	padding:0px;
	margin:3px;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	z-index: 3;
}

#box2 {
	background-color:#E50112;
	clear:right;
	float:right;
	width:810px;
	height:90px;
	padding:10px;
	margin:5px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#box3 {
	background-color:#E50112;
	clear:right;
	float:right;
	width:810px;
	height:880px;
	padding:10px;
	margin:5px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box10 {
	background-color:#E50112;
	clear:right;
	float:right;
	width:810px;
	height:110px;
	padding:10px;
	margin:5px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box4 {
	background-color:#E50112;
	clear:right;
	float:right;
	width:810px;
	height:50px;
	padding:10px;
	margin:5px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box5 {
	background-color:#E50112;
	clear:right;
	float:right;
	width:260px;
	height:50px;
	padding:5px;
	margin:5px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box6 {
	background-color:#E50112;
	float:right;
	width:260px;
	height:50px;
	padding:5px;
	margin:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box7 {
	background-color:#E50112;
	float:right;
	width:260px;
	height:50px;
	padding:5px;
	margin:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box8 {
	background-color:#E50112;
	clear:right;
	float:right;
	width:400px;
	height:250px;
	padding:5px;
	margin:5px 15px 14px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#box14 {
	background-color:#E50112;
	float:right;
	width:390px;
	height:250px;
	padding:5px;
	margin:5px 15px 14px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#hut {
	text-align:right;
	margin:0;
}

#box11 {
	background-image:url('img/bgc.png');
	background-color:;
	position: absolute;
	top:0px;
	clear:right;
	float:right;
	width:1920px;
	height:1080px;
	padding:0px;
	margin:0px 0px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}
