/* CSS Document */

* {

padding: 0;
margin: 0;

} 

body{

/* Background image is the image that will appear over entire page. Background Color is a plain colour over the entire page

/* background-image:url(i/bigbg.jpg); */
background-color:#CCCC99;

}


.outer{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-2px;
height:1820px;
background-color:#999999;
background-image:url(i/bg.jpg);
/* background-repeat:no-repeat; */

}

p{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#663333;
margin-bottom:10px;
line-height:18px;

}

h1{

font-family:Arial, Helvetica, sans-serif;
font-size:18px;
margin-bottom:11px;
color:#333333;

}