html, body {
height: 100%;
}

A:Link  {text-decoration:none; color:maroon}
A:Visited  {text-decoration:none; color:maroon}
A:Active  {text-decoration:underline; color:red}
A:Hover  {text-decoration:underline; color:red}

body { background-image:url('bg.JPG'); background-attachment:fixed; margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}

#header { width:100%; padding:0px; background-image:url('bg2.JPG'); height:105px }

#title {  float:right; margin-right:40px; height:100px; }

#gradend { width:100%; padding:0px; background-image:url('gradend.JPG'); height:32px }

#navbar { width:150px; padding:0px; background-image:url('bartop.JPG'); background-repeat:repeat-x; z-index:2; position:absolute;left:50px;top:30px; }

#navlinks { font-size:70%; color:black; font-family: georgia, serif; text-align:left; background-image:url('bg.JPG'); margin-top:88px;padding-left:18px }

#content { padding:0px; position:absolute; left:260px;top:200px; font-size:70%; color:black; font-family: georgia, serif; text-align:left; padding-right:60px; z-index:3; width:67%;}

#ldiv { width:330px; height:409px; padding:0px; background-image:url('ldiv.JPG'); position:absolute; z-index:0; top:150px; left:210px; }

