body {
margin: 0px 0px 0px 0px;
}

#containerFLASH {
	width: 762px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -381px; /*set to a negative number 1/2 of your width*/
	margin-top: -298px;/*set to a negative number 1/2 of your height*/
}

#containerMAIN {
	width: 761px;
	height: 515px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -381px; /*set to a negative number 1/2 of your width*/
	margin-top: -258px;/*set to a negative number 1/2 of your height*/
	background-image:url(../images/bkgHOME.jpg);
	background-repeat:no-repeat;
}

#textholder {
	width: 450px;
	height: 300px;
	position: relative;
	top: 150px;
	left: 40px;
}

.alignCENTER {
	text-align:center;
}

#signature {
	position:relative;
	left: 10px;
	width: 92px;
	height: 44px;
	background-image: url(../images/signature.gif);
	background-repeat:no-repeat;
}