body {
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
p { 		font-size: 23px; 
			color: #f2f2f2;
			font-weight: bold; 
			font-family: helvetica, arial, chicago; }
a:link {	text-decoration: none; 
			color: #ff0000; }
a:visited { text-decoration: none; 
			color: #ff0000; }
a:active {	text-decoration: underline; 
			color: #800000; }
a:hover { 	text-decoration: none; 
			color: #c0c0c0; }
#image { 	
					position: absolute; 
					z-index: 1; 
					top: 0px; 
					left: 0px; 
					width: 100%; 
					height: 100%;
					visibility: visible;}
#text { 	
					position: absolute; 
					z-index: 2; 
					top: 0px; 
					left: 0px; 
					width: 100%; 
					height: 100%;
					visibility: visible;}					
