﻿
body, div {
    margin: 0;
    padding: 0;
}
body {
    background: url("/index/bg.jpg") repeat-x scroll 0 0 #67ACE4;
}
#container {
    position:absolute;
    top:50%;
    left:50%;
    height:350px;
    margin-top:-310px;
    width: 470px;
    margin-left:-235px;
    text-align:center;
}
#container img {
    border: medium none;
    margin-bottom: 10px;
}
#container .error {
    height: 200px;
    position: relative;
}
#container .error img {
    bottom: -50px;
    position: absolute;
    right: -50px;
}
#msg {
    background: url("/index/msg.png");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 200px;
    height: 100px;
    width: 100%;
    position: absolute;
}
#cloud {
    background: url("/index/cloud.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 170px;
    position: absolute;
    width: 100%;
	text-align: center;
}
.icp {
	position: absolute;
	color: #69ABE5;
	bottom: 10px;
	margin:auto;
	left:50%;
	transform: translate(-50%, -50%);
}