@charset "utf-8";
/* CSS Document */

body
{
background-color:#404040;
padding:0px; 
margin:0px; 
text-align:center;
color:white;
font-family: Tahoma, Verdana, Arial;
font-size:smaller;
padding-bottom:20px;
}
a
{
color:white;
text-decoration:underline;
cursor:pointer;
}
a.nav img
{
padding:10px;
opacity:0.5;
}
a.nav:hover img
{
opacity:1;
}
img
{
border:none;
vertical-align:middle;
}
img.hide
{
visibility:hidden;
}

.imgPage
{
position:relative;
text-align:center;
margin:0px;
display:inline-block;
vertical-align:middle;
}
.imgPage img {
background: #ffffff;
text-decoration:none;
}
.imgPage span {
position: absolute;
top:0px;
left:0px;
display: block;
}

#contain
{
text-align:center;
margin: 0 auto; 
overflow:hidden; 
width:1150px;
}
#inner
{
height:1100px;
width:750px;
background-repeat:no-repeat;
background-position:center center;
}
#footer
{
text-align:center;
width:100%;
font-size:small;
padding-top:50px;
}
