html, body {
    background-color:rgb(10,4,2);
    margin:0px;
    padding:0px;
    color:rgb(10,4,2);
    font-family:"Courier",monospace;
    font-size:14px;
}

p {
    padding:0px;
    margin:0px;
    margin-top:10px;
    margin-bottom:0px;
    text-align:left;
}

p.image {
    padding:0px;
    margin:0px;
    margin-top:10px;
    text-align:center;
}

a:link {
    color:rgb(10,4,2);
    font-family:"Courier",monospace;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:rgb(10,4,2);
    font-family:"Courier",monospace;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
}

a:visited {
    color:rgb(10,4,2);
    font-family:"Courier",monospace;
    font-size:14px;
    font-weight:normal;
    text-decoration:underline;
}

img.arrow_left {
    position:absolute;
    padding:0px;
    margin:0px;
    top:50%;
    left:0px;
    width:37px;
    height:36px;
    margin-top:-18px;
    border:none;
}

img.arrow_right {
    position:absolute;
    padding:0px;
    margin:0px;
    top:50%;
    right:0px;
    width:37px;
    height:36px;
    margin-top:-18px;
    border:none;
}

img.cross {
    position:absolute;
    padding:0px;
    margin:0px;
    top:0px;
    right:0px;
    width:26px;
    height:25px;
    border:none;
}

img.landscape {
    position:absolute;
    padding:0px;
    margin:0px;
    top:50%;
    left:50%;
    width:710px;
    height:474px;
    margin-left:-365px;
    margin-top:-247px;
    border:solid white 10px;
}

img.portrait {
    position:absolute;
    padding:0px;
    margin:0px;
    top:50%;
    left:50%;
    width:358px;
    height:538px;
    margin-left:-179px;
    margin-top:-279px;
    border:solid white 10px;
}

#desktop {
    padding:0px;
    margin:0px
    width:100%;
    height:614px;
    overflow:visible;
    text-align:center;
}

#header {
    position:relative;
    margin:auto;
    margin-top:10px;
    padding:0px;
    width:840px;
    height:46px;
}

#main_window {
    background-color:rgb(193,176,158);
    position:relative;
    margin:auto;
    margin-top:10px;
    padding:0px;
    width:840px;
    height:558px;
    overflow:visible;
    z-index:1;
}

#image_window {
    background-color:rgb(10,4,2);
    position:relative;
    margin:auto;
    margin-top:10px;
    padding:0px;
    width:840px;
    height:558px;
    overflow:auto;
    z-index:1;
}

#content {
    position:absolute;
    padding:0px;
    margin:15px;
    left:430px;
    top:95px;
    width:260px;
    height:375px;
    overflow:visible;
    z-index:2;
}

