* {
    margin: 0px;
    padding: 0px;
}
HTML,
BODY {
    font-size: 100%;
}
IMG,
TABLE,
FIELDSET {
    border: 0px;
}
UL {
    list-style-type: none;
    overflow: hidden;
}
LEGEND {
    display: none;
}
HR {
    color: black;
    background-color: black;
    border: none;
}

body {
    background-color: #000;
}

DIV#main {
    width: 641px;
    margin: 0px auto;
    position: relative;
}

DIV#main DIV.standing {
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 126px;
}

DIV#main DIV.productions {
    position: absolute;
    z-index: 1;
    top: 501px;
    left: 269px;
}

DIV#main DIV.cameraimg {
    -o-transform:rotate(-53deg);
    -moz-transform:rotate(-53deg);
    -webkit-transform:rotate(-53deg);
    /*background-color:rgba(255, 0, 0, 0.5);*/
    height:52px;
    left:59px;
    position:absolute;
    top:423px;
    width:74px;
    z-index:-1;
}

li, a {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 11px;
    margin-top: 5px;
    color: #000;
}

a:hover {
    color: red;
}

DIV#popin {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-top: 5px;
    width: 362px;
    font: 11px helvetica, "helvetica neue", arial;
    overflow: hidden;
    z-index: 10;
    background-color: white;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 5px 5px 15px #000;
    -webkit-box-shadow: 5px 5px 15px #000;
    box-shadow: 5px 5px 15px #000;
}
DIV#popin > DIV.content {
    padding: 10px 25px 45px;
    min-height: 100px;
    color: #000;
    overflow: hidden;
}

DIV#popin > DIV.content > A {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    text-indent: -99999cm;
    background: url(../img/icon_x.png) no-repeat center center;
    outline: none;
}

DIV#popin UL {
    clear: both;
}
