html,body {
line-height:1.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#b8aa9b;
width:100%;
height:100%;
margin:0;
padding:0;
overflow: hidden;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a {text-decoration:none}

#content {
position:relative;
width:100%;
height:100%;
}

#background-image {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
}

#desktop {
width:100%;
height:100%;
position:absolute;
z-index:1;
top:0;
left:0;
}

#dock_bar-image {
width:100%;
height:auto;
position:absolute;
bottom:0;
left:0%;
}

#app_bar {
float:left;
width:100%;
height:auto;
position:absolute;
top:0;
left:0;
}

#app_area {
height:65%;
width:100%;
overflow:hidden;
}

#docking_bar {
margin-top:-400px;
width:100%;
height:400px;
position:absolute;
bottom:0;
left:0;
}

#app_bar-image{
height:auto;
left:0;
position:relative;
top:0;
width:100%;
overflow:hidden;
}





