/*
  @!@!@!@!@ ATTENTION EDITORS OF THIS FILE @!@!@!@!@

  If you edit this file, please validate your work using http://jigsaw.w3.org/css-validator/
*/

/* http://www.quirksmode.org/css/100percheight.html */

html, body {
	height: 100%; margin: 0;
	padding: 0; border: 0 none; overflow: hidden;
}

body
{ }

img { border: 0 none; }

#imgwrapper {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    z-index: -2;
    display:table;
    position:absolute;
}

#imgcontainer {
    display: block;
    position: absolute;
    top: 50%;
    left: 65%;
}


img#background {
    display: block;
    position: absolute;
    top: -425px;
}

#appwrapper {
    display:table;
    position:absolute;
    height: 100%;
    width: 100%;
}

#bigwrapper {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

#middlewrapper {
    display: block;
    position: absolute;
    left: -425px;
    top: -300px;
}
