/* 
2007 christianarmstrong.com
*/


@import url(07_layout.css);


*    {
    margin: 0;
    padding: 0;
    }
    

    
html, body {height: 100%;}

body {
    font-family: normal 12px georgia, times new roman, serif; 
    line-height: 18px; 
    color: #2e2e2e;
    background: #444444 url(http://christianarmstrong.com/img/page_b.gif) repeat-y center;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 883px;
    min-height:100%;
 	background: #fff url(http://christianarmstrong.com/img/wrapper_bg.gif) repeat-y 0;
}



* html #wrapper {height:100%}