div#container
{
   width: 1366px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
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: 1365px)
{
div#container
{
   width: 926px;
}
}
@media only screen and (min-width: 800px) and (max-width: 925px)
{
div#container
{
   width: 800px;
}
}
@media only screen and (min-width: 768px) and (max-width: 799px)
{
div#container
{
   width: 768px;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px)
{
div#container
{
   width: 600px;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px)
{
div#container
{
   width: 480px;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 360px;
}
}
