﻿html 
{
height: 100%;
}
body 
{
/*background-color: #231f20;*/
background-color: #000000;
margin: 0;
padding: 0;
height: 100%;
}

a
{
color: #000000;
}
a.visited
{
color: #000000;
}
a.active
{
color: #000000;
}
a:hover
{
color: #000000;
}


#MainBlockHomePage 
{
width: 1000px;
min-height:100%;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #000000;
}
#fadeshow1
{
margin-top: 40px;
display: block;
margin-left: auto;
margin-right: auto;
background-color: #96979b;
}
#PopupThumbs
{
width: 1000px;
height: 110px;
background-color: #000000;
margin-top: 60px;
}
.PopupThumbsIMG
{
margin-top: 20px;
margin-left: 6px;
margin-right: 6px;
border: solid 1px #303030;
}

.FrontPageLinkBlock
{
margin-top: 40px;
display: inline;
margin-left: 20px;
margin-right: 20px;
}
A.FrontPageLink
{
font-family: Verdana;
font-size: 18px;
color: #000000;
text-decoration: none;
}

