body{
	margin: 0px;
}
		
.text {
	padding: 30px;
	border-left: 5px solid #ee6001;
	background: #f5f4f2 ;
	line-height: 25px;
	box-shadow: 5px 5px 0px 0px rgba(127, 118, 100, 0.2);
	position: relative;
}

.text a{
	color: rgb(62,120,160);
	text-decoration: initial;
}

.text p{
	font-size: 14px;
	text-align: justify;
	font-family: sans-serif;
	font-weight: lighter;
	line-height: 25px;
	text-indent: 30px
}

h1 {
	font-size: 18px;
	color: #FF7000;
	line-height: 30px;
	font-family: sans-serif;
}

h1:first-letter {
	font-size: 40px;
}

.copy-right {
	color: #444;
	line-height: 21px;
	margin: 30px auto 0;
	text-align: center;
	width: 750px;
	font-family: sans-serif;
	font-size: 12px;
}

/*.text p:first-child:first-line{
	font-size: 18px;
	color: #FF7000;
	line-height: 50px;
}*/
	
/*.text p:first-child:first-letter {
	font-size: 72px;
	float: left;
	padding: 10px;
	padding-left: 0px;
	color: #FF7000;
	height: 50px;
	margin-right: -8px;
	border-radius: 5px;
	line-height: 70px;
}*/

.text{
	width: 760px;
	margin: auto;
	margin-top: 45px;
}

ul li{
  	margin-bottom: -408px;
	display: block;
	}

.clound-2{
	background: url("../img/error-page/clound2.png") repeat-x;
	display: block;
	height: 408px;
	top: 10px;
}

.mm{
	background: url("../img/error-page/mm_logo.png") no-repeat;
	display: block;
	width: 162px;
	height: 82px;
	margin-left: 380px;
	position: absolute;
	left: 50%;
	top: 0px;
}

.clound-1{
	background: url("../img/error-page/clound1.png") repeat-x;
	display: block;
	height: 408px;
	top: 150px;
}

.grass{
	background: url("../img/error-page/grass.png") repeat-x;
	display: block;
	height: 490px;
	top: 300px;
}

.dialog{
	background: url("../img/error-page/bubble.png") no-repeat ;
	display: block;
	height: 300px;
	width: 325px;
	margin-left: -155px;
	position: relative;
	top: 10px;
	left: 50%;
}

.cat{
	background: url("../img/error-page/cat.png") no-repeat ;
	display: block;
	height: 336px;
	width: 295px;
	margin-left: -480px;
	position: relative;
	top: 115px;
	left: 50%;
}

.oop{
	background: url("../img/error-page/oop.png") no-repeat ;
	display: block;
	height: 190px;
	width: 468px;
	margin-left: 120px;
	position: relative;
	top: 313px;
	left: 50%;
}

.dialog p{
	color: #333;
	width: 85%;
	position: relative;
	left: 30px;
	top: 67px;
	font-size: 21pt;
	font-family: sans-serif;
	font-weight: 300;
}

.box{
	min-width: 1080px;
	width: 100%;
	height: 500px;
	display: block;
	background: #57B6FF;
	overflow: hidden;
}

.center{
	width: 200%;
	margin-left: -100%;
	position: relative;
	left: 50%;
}