body{
	width: 100%;
	height: 100%;
	min-width: 800px;
	overflow: auto;
	padding: 0px;
}

.background1 {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
	background-color: black;
}

.background1 img {
	position: absolute;
	z-index: -2;
}

.all {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0px;
	background: transparent;
	min-width: 800px;
	overflow: auto;
}

.main{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: white;
	opacity: .1;
	min-width: 800px;
	z-index: -1;
}

.main1{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #99d6ff;
	opacity: .1;
	min-width: 800px;
	z-index: 0;
}

.main2{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: transparent;
	text-align: center;
	min-width: 790px;
	z-index: 1;
}

.top{
	position: absolute;
	left: 0%;
	right: 0%;
	text-align: center;
	top: 0px;
	height: 250px;
}

.top2{
	position: absolute;
	left: 0%;
	right: 0%;
	text-align: center;
	top: 0px;
	height: 250px;
	background-color: #808080;
	opacity: .75;
}

.t1{
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
}

.logo{
	position: relative;
	width: 150px;
	height: 150px;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
}

.name{
	position: absolute;
	top: 0px;
	left: 190px;
	right: 0px;
	text-align: center;
	min-width: 500px;
}

.name1 {
	position: absolute;
	top: -75px;
	left: 0%;
	right: 0%;
	padding: 0px;
	font-size: 90px;
	font-family:"AR DECODE";
	font-weight: bold;
}

.name2{
	position: absolute;
	top: 75px;
	left: 0%;
	right: 0%;
	padding: 0px;
	font-size: 48px;
	font-family:"AR DECODE";
}

.name3{
	position: relative;
	top: 25px;
	padding: 0px;
	min-width: 600px;
	font-size: 48px;
	font-family:"AR DECODE";
}

.info{
	position: absolute;
	left: 0%;
	right: 0%;
	text-align: center;
	top: 250px;
	bottom: 0px;
	height: 100%;
	background-color: transparent;
	opacity: .8;
}

.info2{
	position: absolute;
	left: 0%;
	right: 0%;
	text-align: center;
	top: 250px;
	bottom: 0px;
	background: transparent;
}