@charset "utf-8";
/* CSS Document */
body { font: 70%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center; 
	background: url(../images/bkgd_body.jpg); }
	
div#container { width: 660px;
	text-align: left;
	margin: 0 auto;
	height: auto; }

div#content { background: url(../images/bkgd_content.jpg) no-repeat;
	margin: 0;
	width: 100%; 
	height: 540px; }
	
#clear {clear: both; }

#container h1 { padding: 35px 0 0 25px; }

#container p { padding: 0 0 0 25px; }

#container #content #welcome { float: left;
	width: 40%; height: 40%;
	margin: 45px 0 0 40px;}
	
#container #content #about { float: left;
	width: 40%; height: 40%;
	margin: 0 0 35px 40px;}
	
#container #content #contact { float: right;
	width: 40%; height: 80%;
	margin: 115px 65px 0 0; }

#thankyou { background: url(../images/bkgd_thanks.jpg) no-repeat;
	margin: 0;
	width: 100%; 
	height: 540px;
	padding-top: 75px; }
	
#container #thankyou h1 { margin-left: 300px; }
	
#container #thankyou p { margin-left: 300px; }

.textBlack { color: 000;
	width: 200px; }