body {
     background-color: #cadcd5;
     background-position: 150px;
     font-family: Helvetica, Verdana, Arial, sans-serif;
     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
     }

#maincontainer {
     background-repeat: no-repeat;
     min-height: 700px;
     background-color: #cadcd5;
     margin-left: auto;
     margin-right: auto;
     width:800px;
text-align: left; 

     }

#maincontentblock {
     	font-size: 15px;
     	font-style: normal;
     	font-weight: normal;
     	background-image: url(images/content2.png);
     	background-repeat: no-repeat;
     	border-style: none;
     	letter-spacing: 1px;
     	font-family: Helvetica, Verdana, Arial, sans-serif;
     	text-align: center;
     	min-height: 300px;
     	height: 700px;
     	min-width: 600px;
     	width: 900px;
     	color: #001b16;
     }
     
#buttons {
     	padding-right: 50px;
     	padding-top: 100px;
     }

#heading {
     	background-position: 150px;
     	background-image: url(images/header.png);
     	background-repeat: no-repeat;
     	padding-left: 150px;
     	min-height: 122px;
     	height: 122px;
     	min-width: 565px;
     	width: 565px;
     }

.twitter {
     	padding-top: 80px;
     	padding-right: 500px;
     }

.footer {
     	padding-left: 10px;
     	padding-top: 10px;
     	margin-top: 20px;
     	margin-left: 80px;
     	word-spacing: 5px;
     	font-size: 12px;
     	letter-spacing: 1px;
     	font-family: Helvetica, Verdana, Arial, sans-serif;
     	text-align: left;
     	color: #052e29;
     }

