/* ZEN STYLE --------------------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	line-height: normal;
	color: #ffffff;
    background-image: url(../img/bg/intro-textur-bg.jpg); 
    background-position:center top;   
    background-color: #ffffff;  
	background-repeat: no-repeat;
	}


#content {margin: 0 auto; width:990px;}	

