body {

	background-image: url(../images/bgImg.jpg);

	background-repeat: repeat-x;

	background-color: #000;

	margin: auto;

	text-align: center;



}



.container {

	background-image: url(../images/BGImage.jpg);

	background-repeat: repeat-y;

	margin: auto;

	text-align: center;

	width: 630px;

}



.footer {

	margin: auto;

	text-align: center;

}



.bluePrint {

	width: 630px;

	background-color: #FFF;

	background-image: url(../images/bluePrint.jpg);

	background-repeat: no-repeat;

	background-position: right bottom;

}



.bodyCopy {

font-family: Arial, Helvetica, sans-serif;

font-size: 11px;

line-height: 20px;

text-align: left;

padding: 10px 10px 10px 10px;

color: #444;

}


