@charset "utf-8";
/* CSS Document */

* {
margin: 0;
}
html, body {
height: 100%;
font: 100% Verdana, Arial, Helvetica, sans-serif;



}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
 margin: 0 auto -4em;
 
 	    background-image: url(bg.jpg); /** Link to the image you created **/
    background-repeat: no-repeat; /** Repeats the image vertically **/
    background-position: top; /** Centers the Background image **/
    background-color: #ACA8A1; /** Website BG colour (matches canvas colour in Step 1) **/
 
 
 }
 
 
 #header {
 height:180px;

 }
 
 #content {
     width: 780px;
    margin: 0 auto;
    text-align: center;
/*height: 100%;*/


	}
 
 
  #mainContent {
     width: 800px;
    margin: 0 auto;

/*height: 100%;*/
padding-top:120px;

	}
 
 
 p {
text-align:justify;
font-family: arial,verdana, helvetica, sans-serif;
font-size:14px;
font-weight:bold;

}

a {
text-align:justify;
font-family: arial,verdana, helvetica, sans-serif;
font-size:14px;
font-weight:bold;

}

h1 {
text-align:justify;
font-family: arial,verdana, helvetica, sans-serif;
font-size:28px;
font-weight:bold;

}

#bottom
{
padding-left:300px;
padding-top:100px;
text-align:center;
font-family: arial,verdana, helvetica, sans-serif;
font-size:20px;
font-weight:200;
	}
	
#bottom p{
font-family: arial,verdana, helvetica, sans-serif;
font-size:14px;
font-weight:400;
}

#bottom a{
font-family: arial,verdana, helvetica, sans-serif;
font-size:14px;
font-weight:400;
text-decoration:none;}