/* CSS Document */

html {
    margin: 0;
    padding: 0;
    }
  body {
    font-family: Verdana, Lucida, Helvetica, sans-serif;
    font-size: 0.9em;
    margin: 0px;
    color: #888;
    /*background-color: #1d181a;*/
    background: #000000 url('http://davidschoen.com/images/dsp-bg.jpg') no-repeat; 
    background-position: top center;
    }

  #wrap {
    width: 996px;
    margin-top: 106px;
    }
  #topnav {
    width: 995px; 
    height: 51px; 
    margin: 0; 
    padding: 0;
    }
  #main_img {
    width: 996px; 
    height: 470px; 
    margin: 0; 
    padding: 0; 
    }
  #reflections {
    width: 996px; 
    height: 38px; 
    margin: 0; 
    padding: 0; 
    }
    
  p.text {
    font-size: 1em;
    color: #888;
    }
  p.text2 {
    font-size: 1em;
    }
  .title1 {
		font-size: 1.8em;
		line-height: 40px;
		letter-spacing: -1px;
    }
  .subtitle {
  	font-size: 1.4em;
		line-height: 40px;
		letter-spacing: -1px;
    }

  .footer {
    color: #555;
    }
  img {
    border-color: #6d6d6d;
    display: block;
    }

