body {
background-color:#95B7CD;
/*background-image:url("images/page-bg.gif");*/
background-image:url("images/stump_bg_blurred.png");
background-position:105% 50%;
background-attachment:fixed;
background-repeat:no-repeat;
color:#666666;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:1em;
margin:0;
}
p {
font-size:0.8em;
line-height:1.7em;
text-align:justify;
}
h1 {
font-size:1.3em;
font-style:italic;
letter-spacing:5px;
}
h2 {
font-size:1.1em;
text-decoration:underline;
}
p.footer {
font-size:0.5em;
font-weight:bold;
text-align:center;
}
a:link {
background-color:#95B7CD;
color:#666666;
text-decoration:none;
}
a:visited {
background-color:#95B7CD;
color:#446688;
text-decoration:none;
}
a:hover {
background-color:#AADDEE;
}
a:active {
background-color:#3CC7F0;
}
#header {
background-color:#FFFFFF;
border-bottom:1px solid #000000;
background-image:url("images/synathdotcomlogobg.png");
background-position:center;
background-repeat:repeat-x;
height:200px;
}
#logo{
width:559px;
margin-left:auto;
margin-right:auto;
padding-left:250px;
background-image:url("images/synathdotcomlogo.png");
background-position:center;
background-repeat:no-repeat;
height:200px;
}
#content {
margin-left:auto;
margin-right:auto;
width:800px;
opacity:0.8;
}
#main-text {
background-color:#FFFFFF;
border-top:thin solid #000000;
border-bottom:thin solid #000000;
border-left:thin solid #000000;
border-right:thin solid #000000;
-moz-border-radius-topright:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-bottomleft:1em;
margin-right:0;
margin-top:0;
padding:10px;
text-align:left;
width:559px;
float: left;
}
#navbar {
border-top:thin solid #000000;
border-left:thin solid #000000;
font-weight:bold;
width:198px;
float:left;
}
#navbar ul li a:link, #navbar ul li a:visited {
border-bottom:thin solid #000000;
display:block;
font-weight:bold;
padding-bottom:3px;
padding-left:20px;
padding-top:3px;
text-decoration:none;
}
#navbar ul li {
list-style-type:none;
margin:0;
padding:0;
}

#navbar ul {
margin:0;
padding:0;
}

#background_grass {
height: 233px;
width: 2000px;
background-image: url("grass_texture_233x233.png");
background-color: green;
/*background-attachment: fixed;*/
background-repeat: repeat-x;
position: fixed;
top: 300px;
z-index:1;
}