  img { border-style: none;
    padding: 0px;
    }

  span { border-style: none;
    padding: 0px;
    }

  a { border-style: none;
    padding: 0px;
    }

  .bgBody { 
    margin: 0;
		padding: 0;
		background-color: rgb(59, 19, 2);
    width: 100%;
    height: 100%;
    z-index: 0;
    text-align: center;
    overflow: scroll;
		}

  #topPad { 
    position: absolute;
	  top: 0px;
    left: 0px;
    z-index: 2;
    }
		
  #topMenu { 
    position: absolute;
		top: 87px;
		left: 0px;
    visibility: visible;
    z-index: 2;
		text-align: left;
		}

  #content { 
    position: relative;
    width: 800px;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background: url(../bcgdHome.jpg) top center repeat-y;
    text-align: left;
		display: block;
    }

		html,body {
		  height: 100%;
			}
		
		html>body#content {
		   height:auto;
		}

  a:link { color: rgb(247, 86, 4);
    font-weight: bold;
    font-family: Verdana;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    }

	#topMenu a {
		font-weight: normal;
	}
		
  a:visited { color: rgb(247, 86, 4);
    font-family: Verdana;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    }

  a:hover { color: rgb(247, 86, 4);
    font-family: Verdana;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    font-weight: bold;
    }
