body
{
padding: 0;
margin: 0;
background-color: #0b0b0b;
background-image: url(../img/main_back.jpg);
background-repeat: no-repeat;
background-position: center top;
width: 100%;
display: table;
text-align:center;
}

div#block
{
width: 900px;
margin: 0px auto;
background-color: #0b0b0b;
box-shadow:0 0 10px 0 #000000;
-webkit-box-shadow:0 0 10px 0 #000000;
-moz-box-shadow:0 0 10px 0 #000000;
}

p,ul,ol
{
color: #C0C0C0;
font-size: 11px;
font-family: arial, sans-serif;
text-align: justify;
//text-shadow: 1px 0px 0px #000;
}

.main_text
{
box-shadow: 0px 0px 20px rgba(0,0,0,0.5) inset;
background-color: #1b1b1b;
color: #626366;
font-size: 11px;
font-family: arial, sans-serif;
text-align: justify;
padding: 8px 14px 8px 14px;
}

.table_back
{
box-shadow: 0px 0px 20px rgba(0,0,0,0.5) inset;
background-color: #1b1b1b;
}

.green
{
color: #77a837;
font-family: arial, sans-serif;
}

.grey
{
color: #b5b5b5;
font-family: arial, sans-serif;
}

.red
{
color: #790e11;
font-size: 11px;
font-family: arial, sans-serif;
border: 1px solid #790e11;
padding: 0px;
background-color: #0b0b0b;
}

a:link     { color: #998675; text-decoration: none; }
a:visited { color: #998675; text-decoration: none; }
a:active  { color: #89c33e; text-decoration: none; }
a:hover   { color: #89c33e; text-decoration: none; }

