﻿@charset "utf-8";
body, div {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/error_bg.jpg") repeat-x scroll 0 0 #67ACE4;
}

#container {
    margin: 150px auto;
    text-align: center;
    width: 560px;
}

#container img {
    border: medium none;
}

@media only screen and (max-width: 1024px){
    #container img {
        width:100%;
    }
}

#cloud {
    background: url("../images/error_cloud.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 170px;
    position: absolute;
    width: 100%;
}