html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #000000;
   text-decoration: none;
}
a:hover
{
   color: #FF0000;
   text-decoration: none;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
@media only screen and (min-width: 926px) and (max-width: 1649px)
{
body
{
   background-color: #000000;
   background-image: none;
}
}
@media only screen and (min-width: 800px) and (max-width: 925px)
{
body
{
   background-color: #000000;
   background-image: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 799px)
{
body
{
   background-color: #000000;
   background-image: none;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px)
{
body
{
   background-color: #000000;
   background-image: none;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px)
{
body
{
   background-color: #000000;
   background-image: none;
}
}
@media only screen and (max-width: 479px)
{
body
{
   background-color: #000000;
   background-image: none;
}
}
