/*  搜集整理 www.198zone.com */
body, div {
    margin: 0;
    padding: 0;
}
body {
    background: #f5f5f5;
}
#container {
    margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
    padding-top: 50px;
    text-align: center;
	max-width: 100%;
    width: 560px;
	
}
#container img {
	width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#container .error {
    height: 200px;
    position: relative;
}
#container .error img {
    bottom: -50px;
    position: absolute;
    right: -50px;
}
#container .msg {
    margin-bottom: 65px;
}
#cloud {
    background: url("../images/error_cloud.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 170px;
    position: absolute;
    width: 100%;
}