html { 
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

A:link
{ text-decoration: none; color:#ffffff; }
A:visited
{ text-decoration: none; color:#ffffff; }
A:active
{ text-decoration: none; color:#ffffff; }
A:hover
{ text-decoration: none; color:#ffffff; }

h1 {
font-family: "Times New Roman";
color: #ffffff; 
letter-spacing: 1.5pt;
font-size: 14pt;
}

h2 {
font-family: "Times New Roman";
color: #ffffff; 
letter-spacing: 1pt;
font-size: 12pt;
}

p {
font-family: "Times New Roman";
color: #ffffff; 
letter-spacing: 0.5pt;
font-size: 9pt;
}

body { 
height:100%; 
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
border:0;

scrollbar-face-color: #990000;
scrollbar-highlight-color: #770000;
scrollbar-3dlight-color: #800000;
scrollbar-shadow-color: #800000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #ff0000;
}

#content {
z-index: 4;
overflow: auto;
display: block;
position: absolute;
top:128px;
left:0;
right:0;
bottom:25px;
width: 100%; 
background:url(images/layout/layout3.jpg) #000; 
background-position:50% 0;
background-repeat:no-repeat;
background-attachment: fixed;
}

* html #content {
top:0; 
left:0; 
right:0; 
bottom:0; 
height:100%; 
max-height:100%; 
width:100%; 
overflow:auto; 
position:absolute; 
z-index:4; 
border-top:128px solid #fff; 
border-bottom:25px solid #fff;}


#head {
z-index: 5;
position:absolute;
left:0;
top:0; 
margin:0;
display:block; 
width:100%; 
height:75px; 
background:url(images/layout/layout1.jpg) #000; 
background-position:50% 0; 
background-repeat:no-repeat; 
overflow:hidden; 
color:#000;
}

#menu {
z-index: 5;
display:block;
position:absolute;
overflow:hidden; 
top: 75px;
left:0; 
height: 53px; 
width:100%;
background:url(images/layout/menu.jpg) #000; 
background-position:50% 0; 
background-repeat:no-repeat; 
}

#foot {
z-index: 5;
position: absolute;
bottom: 0px;
right: 0px;  
height: 25px; 
width: 100%;
overflow:hidden; 
background:url(images/layout/layout4.jpg) #000; 
background-position:50% 0; 
background-repeat:no-repeat; 
}