.top {position: absolute; left: 0%; top: 0%; width : 100%; height: 10%; background-image: url("page_bg_h.jpg"); }
.title {position: absolute; left: 15%; top : 12%; width : 71%; height: 18%; background-image: url("js_header.jpg");}
.leftside {position: absolute; left: 0%;  top: 0%; width : 15%; height: 100%; background-image: url("page_bg.jpg"); }
.main {position: absolute; left: 15%; top: 35%; width : 70%; height: 45%; color:black; font-size: "125%"; }
.rightside {position: absolute; left: 85%; top: 0%; width : 15%; height: 100%; background-image: url("page_bg.jpg"); }
.navigate {position: absolute; left: 0%; top: 85%; width : 100%; height: 5%; }
.bottom {position: absolute; left: 0%; top: 90%; width : 100%; height: 15%; background-image: url("page_bg_h.jpg"); }
a:link{color:blue; text-decoration: none;}
a:hover{color:teal; text-decoration: underline;}

