﻿
body, div {
    margin: 0;
    padding: 0;
}
body {
    /* background: url("../images/bg3.jpg") repeat-x scroll 0 0 #67ACE4; */
    background: url("images/bg3.jpg") repeat-x scroll 0 0;
}
#container {
    margin: 0 auto;
    padding-top: 50px;
    /* text-align: center; */
    width: 900px;
}

#container img {
    border: medium none;
    margin-bottom: 50px;
}
#container .error {
    height: 200px;
    position: relative;
}
#container .error img {
    bottom: -50px;
    position: absolute;
    right: -50px;
}
#container .msg {
    margin-bottom: 65px;
}
/* #cloud {
    background: url("../images/cloud.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 170px;
    position: absolute;
    width: 100%;
} */

.note {
    font-family: "microsoft yahei";
    font-size: 25px;
    color: greenyellow;
    text-align: "center";
}

.price {
    font-family: "microsoft yahei";
    /* font-size: 20px; */
    color: palevioletred;
    text-align: "center";
}

.textcontent {
    font-family: "microsoft yahei";
    font-size: 20px;
    color: white;
    text-align: "left";
}

.divpng {
    text-align: center;
}

.childcontent {
    font-family: "microsoft yahei";    
    color: #01B0F0;
    text-align: "left";
}
