/**** CHAPTER ZERO ****/
/**** WWW.CHAPTERZERO.COM ****/
/**** GLOBAL.CSS : CSS BY CHAPTER ZERO ****/


/**** PAGE FORMATTING: ****/
body, html
{
background-color: #222222;
background-image: url(../jpg/backgrounds/bg_main_006.jpg);
background-position: top right;
background-attachment: fixed;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
height: 100%;
text-align: center;
}

/**** PARAGRAPHS ****/
P
{
color: #444444;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 20px;
margin-top: 5px;
padding: 20px;
text-align: justify;
text-decoration: none;
text-transform: none;
}


/**** REWRITING YOUR FUTURE_ ****/