@charset "utf-8";
/* CSS Document */

body{
background-image:url(../images/background.jpg);
background-color: #704222;
margin:0px;
padding:0px;
}

html,
body,
#awningFactory{
width:100%;
height:100%;
margin:0px;
padding:0px;
overflow:auto;
}

#awningFactory{
width:(document.body.clientWidth > 930? "930px": "auto" );
height:(document.body.clientHeight > 465? "465px": "auto" );
min-width:930px;
min-height:465px;
position:relative;
}

#kw,
#text-version,
#home-text{
display:none;
}

#no-flash{
margin-top:30px;
text-align:center
}

