

/* CSS Document */
/* Style For HTML PAGE                   */ html { height: 100%; }
/* Setting Text Throughout the skin      */ table, tr, td, p {margin: 0; font: normal 12px "Times New Roman", Times, serif;}

body
{	
	text-align:center;
	background-color: #F2F2F2;
	width: 100%;
}

.page {
	padding-bottom: 0px;
	margin-top: 0px;
}

.footer {
	font: normal 11px Arial, Helvetica, sans-serif;
	background-color: #fcf7df;
}

.colorback {
	background-image:url(images/ColorPS.gif);
	background-repeat:no-repeat;
	width: 629px;
	height: 520px;
}

.PSback {
	background-image:url(images/PSback.gif);
	background-repeat:no-repeat;
	width: 629px;
	height: 520px;
}
.CSback {
	background-image:url(images/CSBack.jpg);
	background-repeat:no-repeat;
	width: 629px;
	height: 520px;
}



