html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: verdana, arial, sans-serif;
    font-size: 76%;
} #background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
	
} #scroller {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: auto;
    z-index: 2;
	
} #content {
    position: relative;
    background-image: url('images/bg_stripe.gif');
    background-repeat: repeat;
    width: 720px;
    height: 910px;
    padding: 5px 20px 20px 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
	margin: 0 auto;
	}
img {
border: none;
}
p {
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: justify;
} #fixed {
    position: absolute;
    /*background-image: url('images/fixed_header.png');
     background-repeat: no-repeat;*/
    top: 0px;
    left: 3px;
    width: 750px;
    height: 155px;
    z-index: 10;
    color: #567;
    border: 0px solid white;
    padding: 0px;
} #tech {
    position: absolute;
    top: 25px;
    right: 18px;
    margin: 0;
    padding: 0;
    border: 0px solid white;
    width: 350px;
    height: 100px;
} .tech_pr {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 1.1em;
    letter-spacing: 0.1em;
    text-align: justify;
    color: #567;
}

/* Start Menu */ #fixed2 {
    position: absolute;
    top: 164px;
    left: 3px;
    width: 750px;
    height: 15px;
    z-index: 15;
    color: #567;
    border: 0px solid green;
    padding: 0px 0px 2px 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */ .underlinemenu {
    font-weight: bold;
    width: 100%;
} .underlinemenu ul {
    padding: 2px 0 7px 15px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
} .underlinemenu ul li {
    display: inline;
} .underlinemenu ul li a {
    color: #f2efad;
    padding: 0px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
    margin-right: 20px; /*spacing between each menu link*/
    text-decoration: none;
    /*border-bottom: .01em solid white; bottom border is 3px*/
} .underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
    /*border-bottom-color: black;*/
    color: #567;
} #fixed3 {
    position: absolute;
    background-image: url('images/about_body_design.png');
    background-repeat: no-repeat;
    background-position: top;
    top: 148px;
    left: 3px;
    width: 750px;
    height: 800px;
    z-index: 10;
    color: #567;
    border: 0px solid yellow;
    padding: 0px;
    margin: 0;
} #about_info1 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 165px;
    border: 0px solid red;
    left: 10px;
    top: 105px;
} #about_info2 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 119px;
    border: 0px solid red;
    left: 10px;
    top: 280px;
} #about_info3 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 735px;
    height: 70px;
    border: 0px solid red;
    left: 10px;
    top: 410px;
} #about_info4 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 735px;
    height: 45px;
    border: 0px solid red;
    left: 10px;
    top: 490px;
}#about_info5 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 735px;
    height: 100px;
    border: 0px solid red;
    left: 10px;
    top: 540px;
} #signature {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	right: 25px;
	width: 250px;
	height: 25px;
	border: 0px solid green;
	
}.about_par {
    padding: 3px;
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    text-align: justify;
	text-indent: 10px;
    color: #567;
} .about_par a {
    color: #2e5378;
} 
#footer {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 700px;
    height: 20px;
    bottom: 38px;
    left: 20px;
    border: 0px solid green;
} .footer_par {
    padding: 5px 0px 0px 0px;
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0.1em;
    text-align: justify;
    color: #567;
} .footer_par a {
    color: #2e5378;
}


