1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
|
#header {
width: 1406px;
height: 680px;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
background-image:url(top.jpg);
background-repeat: no-repeat;
}
#content {
position:absolute;
top: 680px;
left: 0px;
height: 50px;
width: 1406px;
position: absolute;
z-index: 1;
background-image: url(content.jpg);
background-repeat: repeat-y;
}
#content-menu {
width: 619px;
height: auto;
position: relative;
left: 300px;
top: 680px;
z-index: 1;
}
#content-main {
width: 619px;
height: auto;
position: relative;
left: 515px;
top: 200px;
z-index: 1;
}
#footer {
width: 1406px;
height: 180px;
position: relative;
left: 0px;
top: 0px;
z-index: 1;
background-image:url(footer.jpg);
background-repeat: no-repeat;"
} |