﻿/*body {margin:0; padding: 0; color: #CCCCCC; background: #1B1B1B; background-image: url("images/bg.jpg"); background-attachment: fixed;}*/
body {margin:0; padding: 0; color: #CCCCCC; background: #1B1B1B; background-image: url("images/modtut_background.jpg"); background-attachment: fixed; background-position:center;}

img {border: 0px;}
div {display: block;}
.center {text-align: center;}

a:link {text-decoration: none; background-color: transparent; color: gold;} 
a:visited {text-decoration: none; background-color: transparent; color: gold;}
a:hover {text-decoration: none; background-color: transparent; color: #66CCFF;}

.img_shadow
{
 border: solid 1px #CCC;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999;
 box-shadow: 1px 1px 5px #999;
}

#site {width: 1200px; margin-left:auto; margin-right:auto;}
.up_menu {
padding-top: 1px;
/*position:fixed;*/
}
#logo
{
 float: left;
 margin-left: 110px;
 border-radius: 3px; 
 margin-top: 1px;
 width: 960px;
 height: 130px;
 border: 1px solid #000000;
 
 background-image: linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -o-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -moz-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -webkit-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -ms-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #1C1C1C), color-stop(0.66, #343434));
}

#middle {margin-left: 111px; float: left;}
#right {float: left; width: 178px;}


#footer
{ 
 float: left;
 border-radius: 3px; 
 margin-top: 1px;
 width: 1200px;
 height: 25px;
 
 border: 1px solid #000000;
 background-image: linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -o-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -moz-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -webkit-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -ms-linear-gradient(bottom, #1C1C1C 11%, #343434 56%);
 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #1C1C1C), color-stop(0.66, #343434));
}

#footer_reklama { margin-top: 10px;}













