* {
font-size:12px;
font-family:Verdana, Arial, Geneva, sans-serif;
}

html, body {
height: 100%;
margin:0;
border:none;
overflow: hidden;
}

body {
background-color: #a0592c;
background-image: url('images/slices/background.png');
background-position: top center;
background-repeat: repeat-y;
background-attachment: fixed;
}

#wrapper {
margin: 0 auto;
height: 100%;
width: 1000px;
}

#bottom, #gradient, #toe {
width: 800px;
margin: 0 0 0 200px;
position: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}

#bottom {
height: 50px;
bottom: 0;
z-index: 3;
background-color: #a0592c;
background-image: url('images/slices/bottom.png');
}

#gradient {
height: 80px;
bottom: 50px;
z-index: 1;
background-image: url('images/slices/gradient.png');
}

#toe {
width: 42px;
height: 50px;
bottom: 16px;
z-index: 5;
background-image: url('images/slices/toe_trans.png');
}

#left {
background-image: url('images/slices/foot.png');
background-repeat: no-repeat;
background-position: bottom left;
width: 200px;
position: fixed;
bottom: 0;
top: 0;
z-index: 4;
height: 100%;
}

#menu {
vertical-align: top;
margin-top: 24px;
}

#menu a {
display: block;
height: 32px;
width: 160px;
margin: 0 0 8px 12px;
}

#preload, #menu .hide { 
display: none;
}

#button1 {
background-image: url('images/slices/buttons/1_trans.png');
}

#button2 {
background-image: url('images/slices/buttons/2_trans.png');
}

a#button3 {
background-image: url('images/slices/buttons/3_trans.png');
width: 140px;
margin: 0 0 8px 32px;
}

a#button4 {
background-image: url('images/slices/buttons/4_trans.png');
width: 140px;
margin: 0 0 8px 32px;
}

#button5 {
background-image: url('images/slices/buttons/5_trans.png');
}

#button6 {
background-image: url('images/slices/buttons/6_trans.png');
}

#button7 {
background-image: url('images/slices/buttons/7_trans.png');
}

#button8 {
background-image: url('images/slices/buttons/8_trans.png');
}

#button1:hover {
background-image: url('images/slices/buttons/hover/1_trans.png');
}

#button2:hover {
background-image: url('images/slices/buttons/hover/2_trans.png');
}

#button3:hover {
background-image: url('images/slices/buttons/hover/3_trans.png');
}

#button4:hover {
background-image: url('images/slices/buttons/hover/4_trans.png');
}

#button5:hover {
background-image: url('images/slices/buttons/hover/5_trans.png');
}

#button6:hover {
background-image: url('images/slices/buttons/hover/6_trans.png');
}

#button7:hover {
background-image: url('images/slices/buttons/hover/7_trans.png');
}

#button8:hover {
background-image: url('images/slices/buttons/hover/8_trans.png');
}


