﻿body 
{
  
    background-color:Black;
}
A:link
{
color:#660000;
}
A:visited
{
color:#660000;
}

div#center
{
    background-image:URL(background.jpg);
    background-repeat:no-repeat;
    position:absolute;
    left:50%;
	margin-left:-412px;
    top:35px;
    width:824px;
    height:583px;
    
}
 
div#viewer
{
    position:absolute;
    left:50px;
    top:50px;
    width:400px;
    height:500px;
}
    
	div#picbox
{
vertical-align:middle;
border-style:solid;
border-width:2px;
border-color:white;
width:60px;
height:60px;
overflow:hidden;
}
	div#popup
{
padding:10px;
padding-bottom:140px;
width:550px;
font-family:Arial, Helvetica, sans-serif;
}
div#footer
{
position:absolute;
left:50%;
margin-left:-50px;
top:600px;
font-family:helvetica;
font-size:10px;
}
div#contact
{
border-style:solid;
border-width:10px;
border-color:#999999;
padding:10px;
width:650px;
font-family:arial;
padding-bottom:100px;

}
div#preloader {
 display: none;
 position: absolute;
 top: 0; left: 0;
 width: 100%; height: 100%;
 background-color: #fff;
 opacity: .2;
 filter: alpha(opacity=20); /*for ie*/
}
.transbox
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
	
	