Дизайн #799

О шаблоне:
- Дизайн #799
Как сменить шапку?
Вся шапка прописана в Таблице стилей CSS, в Панель управления → Дизайн → Редактор → Таблица стилей (CSS).

#top {
height: 24px;
width: 100%;
min-width: 1000px;
background: url(/.s/t/799/1.png);
}

#top2 {
height: 37px;
width: 100%;
min-width: 1000px;
background: url(/.s/t/799/2.png);
}

#top2_block {
width: 1000px;
height: 37px;
margin: auto;
background: url(/.s/t/799/3.jpg);
}

#header {
clear: both;
width: 1000px;
height: 121px;
background: url(/.s/t/799/4.jpg);
margin: auto;
text-align: left;
font: 35px/110px 'Times New Roman';
color: #fcd211;
}

#gametitle {
position: relative;
width: 560px;
height: 74px;
background: url(/.s/t/799/5.png);
margin: auto;
margin-top: -38px;
}
2. Как изменить дизайн блоков и других элементов:?
Изменить дизайн блоков Вы можете в Таблице стилей CSS, в Панель управления → Дизайн → Редактор → Таблица стилей (CSS).

.blocktop {
width: 180px;
height: 10px;
overflow: hidden;
background: url(/.s/t/799/20.png);
}

.blockbottom {
width: 180px;
height: 9px;
overflow: hidden;
margin-bottom: 20px;
background: url(/.s/t/799/21.png);
}

.blockmiddle {
width: 180px;
background: url(/.s/t/799/22.png);
}

#container {
position: relative;
width: 1000px;
margin: auto;
margin-top: -12px;
padding: 0px;
padding-top: 1px;
text-align: left;
background: url(/.s/t/799/6.png);
}

#leftcol {
position: relative;
float: left;
width: 220px;
text-align: justify;
background: url(/.s/t/799/7.png);
}

#leftcol-top {
position: absolute;
top: 0px;
left: 0px;
margin: -51px 0px 0px -5px;
width: 226px;
height: 51px;
background: url(/.s/t/799/8.png);
}

#bad {
position: absolute;
left: 0px;
top: 0px;
margin: 0px 0px 0px -17px;
width: 38px;
height: 127px;
background: url(/.s/t/799/9.png);
}

#rightcol {
position: relative;
float: left;
width: 220px;
text-align: justify;
overflow: hidden;
background: url(/.s/t/799/10.png);
}

#rightcol-top1 {
position: absolute;
top: 0px;
left: 100%;
margin: -36px 0px 0px -223px;
width: 149px;
height: 45px;
background: url(/.s/t/799/11.png);
}

#rightcol-top2 {
position: absolute;
top: 0px;
left: 100%;
margin: -36px 0px 0px -74px;
width: 34px;
height: 58px;
background: url(/.s/t/799/12.png);
}

#rightcol-top3 {
position: absolute;
top: 0px;
left: 100%;
margin: -36px 0px 0px -40px;
width: 47px;
height: 78px;
background: url(/.s/t/799/13.png);
}

#ls_bottom {
width: 196px;
height: 47px;
margin-left: 14px;
background: url(/.s/t/799/14.png);
}

#rs_bottom {
width: 196px;
height: 47px;
margin-left: 10px;
background: url(/.s/t/799/15.png);
}

#main-top {
margin-top: 10px;
width: 100%;
height: 31px;
background: url(/.s/t/799/16.gif);
}

#main-middle {
width: 100%;
background: url(/.s/t/799/17.gif);
}

#main-bottom {
width: 100%;
height: 74px;
background: url(/.s/t/799/18.gif);
}
3. Как изменить фон всего сайта?
Фон всего сайта Вы можете изменить в Панели управления: Панель управления → Дизайн → Редактор → Таблица стилей (CSS), после чего необходимо найти:
body {
margin: 0px;
background-color: #0a0907;
font: 11px 'Arial';
color: #5d5d5d;
text-align: center;
}
#0a0907 - необходимо менять на свой цвет.