body {
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	font-size: 10px;
	text-align: center;
	}

#colortp {
	position: absolute;
	width: 100%;
	height: 35%;
	left: 0;
	top: 0;
	border-bottom: 1px solid black;
	background: white url(images/colorgrad.jpg) repeat;
	z-index: 0;
	}	

#colorbtm {
	position: absolute;
	width: 100%;
	height: 35%;
	left: 0;
	bottom: 0;
	border-top: 1px solid black;
	background: white url(images/colorgrad.jpg) repeat;
	z-index: 0;
	}	

#copyright {
	position: absolute;
	bottom: 0;
	right: 0; 
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px; 
	z-index: 2;
	}

table {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 420px;
	height: 108px;
	margin-top: -54px;
	margin-left: -210px;
	border: 1px solid black; 
	}	
