/* Main */
 * {
    margin: 0;
    padding: 0;
}
 body {
    text-align: center; /*For IE6*/
    background-color: #000;
}

#wrapper {
    width: 700px;
    margin:0 auto;
    text-align: left;
}
 /* header */
.header {
  	margin: 0 auto;
	width: 690px;
	height: 469px;
    background: url(../../den-pobedi/images/logo.jpg) no-repeat;
}
.header .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    height: 469px;
    width: 100%;
    background: url(../../den-pobedi/images/bg.jpg) repeat-x;
}
 /* flash */
#firetext, #player {
    margin-bottom: 60px;
}
 /* Mod-box */
.mod-border {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    border: 3px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 0 7px rgba(0, 0, 0, 0.3) inset;
    border-radius: 6px 6px 6px 6px;
    padding: 7px;
}
.module {
    position: relative;
}
.mod-border > div {
    background: -moz-linear-gradient(50% 0 , rgba(120, 120, 120, 0.6) 0%, rgba(98, 98, 98, 0.6) 100%) repeat scroll 0 0 transparent;
    border: 3px solid rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background-size: 100% 100%;
    border-radius: 3px 3px 3px 3px;
    padding: 15px;
    color: #777;
}
 /* Content */
.title1 {
    padding-bottom: 15px;
    color: #FF9B39;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 0 4px rgba(255, 155, 57, 0.4);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    font-family: "DroidSansRegular";
}
.title4 {
    padding-bottom: 15px;
    color: #FF9B39;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 0 4px rgba(255, 155, 57, 0.4);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    font-family: "DroidSansRegular";
}
span{
    color: #FF9B39;
}
pre {
    background: none repeat scroll 0 0 #242424;
    border: 1px solid #3F3F3F;
    border-radius: 6px 6px 6px 6px;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    white-space: pre-wrap;
    margin: 15px;
    font-family: "Courier New",Courier,monospace;
}
a{

    color: #fff;
}
a:hover{
    color: #FF9900;
}
 /* Copyright */
#copyright    {
    float: left;
}
#copyright ul{
    list-style: none;
    line-height: 23px;     
}
#counters{
    margin-left: 230px;
}