/* 
    Document   : style
    Created on : 13.12.2011, 17:35:44
    Author     : Felix
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
html, body, div {
    margin:0;
    padding:0;
    overflow: hidden;
}
body {
    background: url('images/body_bg.png');
}
#top {
    padding:5px;
    border-bottom: 1px solid #c0c0c0;
    background-color: #f0f0f0;
    /* position: absolute;
    width: 100%; */
    opacity: 0;
    z-index: 1;
}
#metroHolder {
    opacity: 0;
}
#canvasHolder {
    padding-top: 4%;
    text-align: center;
}
#tests{
    display: none;
    position: fixed;
    top: 40px;
    left: 40px;
    width: 300px;
    height: 300px;
    background-color: white;
}