body {
    background:#222222;
    font-size:10pt;
    color: #ffffff;
    font-family:"Times New Roman", "Times";
    margin:0px;
}

#main {
    background: #000000;
    width: 900px;
    
    position: relative;
    
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 25px;
    margin-bottom: 25px;
        
    padding: 0px;
    
    text-align: center;
}

#frontpics {
    position: relative;
    background: #000000;
    width: 900px;
}

#button {
    position: relative;
    width: 120px;
    border-style: solid;
    border-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-left: auto;
    margin-right: auto;
}

#button:hover {
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}

#copyright {
    position: relative;
    text-align: right;
    padding-right: 6px;
    font-size: 13px;
}

#info {
    position: relative;
    height: 318px;
    width: 298px;
    top: 20px;
    left: 20px;
    
    border-style: solid;
    border-color: #474747;
    border-width: 1px;
}

#text {
    position: absolute;
    left: 20px;
    top: 360px;
    width: 418px;
    height: 323px;
    text-align: center;
    
    border-style: solid;
    border-color: #474747;
    border-width: 1px;
}

#media {
    position: absolute;
    left: 460px;
    top: 360px;
    width: 418px;
    height: 323px;
    
    border-style: solid;
    border-color: #474747;
    border-width: 1px;
}

div.container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#pic {
    border-style: solid;
    border-color: #474747;
    border-width: 1px;
    
    position: relative;
    height: 318px;
    width: 538px;
    top: -300px;
    left: 340px;
    
    text-align: center;
}

#pic:hover {
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}

div.frontimage {
    position: absolute;
    background: #000000;
    width: 200px;
    height: 240px;
}

div.frontlabel {
    padding-top: 3px;
    position: absolute;
    background: #000000;
    width: 196px;
    height: 37px;
    
    border-style: solid;
    border-color: #474747;
    border-top-width: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
        
}

div.frontimage:hover {
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}

img {
    border: none;
}

a.white:link {color: #ffffff; background: #000000; text-decoration: none;}
a.white:active {color: #ffffff; background: #000000; text-decoration: none;}
a.white:visited {color: #ffffff; background: #000000; text-decoration: none;}
a.white:hover {color: #ffffff; background: #000000; text-decoration: none;}