
#wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: center;
}
#toppanel {
    position: absolute;
    top: 0px;
    width: 900px;
    z-index: 25;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#panel-arkiv {
    width: 900px;
    position: relative;
    top: 1px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
    
}
#panel-fotograf {
    width: 900px;
    position: relative;
    top: 1px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
    
}
#panel_contents {
    background: black;
    filter: alpha(opacity=95);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    -moz-opacity:0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    height: 100%;
    width: 904px;
    position: absolute;
    z-index: -1;
}

div#arkivcam {
    background: black;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    position: absolute;
    z-index: 50;
}

.border {
    border: 15px #1d1d1d solid;
}

img.border_pic {
    border: 0px #1d1d1d solid;
    position: absolute;
    top: 95px;
    float: left;
    margin-left: 35px;
    width: 310px;
    height: 310px;
    z-index: 30;
}

div#login {
    width: 420px;
    height: 210px;
    position: absolute;
    right: 35px;
    top: 130px;
    background: #010101;
    text-align: left;
    padding-left: 10px;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}

div#overskrift {
    position: absolute;
    right: 40px;
    top: 78px;
    z-index: 40;
    font-size: 25px;
}

div#luk {
    width: 99px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 385px;
    cursor: pointer;
}

div#login p {
    color: #CCCCCC;
    font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
    line-height: 25px;
}
div#login input#password {
    position: relative;
    right: -6px;
}
div#login input#login_btn {
    border: 1px #899690 solid;
    cursor: pointer;
    position: relative;
    top: 30px;
    left: 86px;
}
