/*	Used to postion the Main Background of the page	*/
body {
font-family: verdana, arial, helvetica, sans-serif;
background-color: #000;
}

		#whole{
		position: relative;
		z-index: 1;
		top: 0px;				
		width: 1024px;
		left: 0px;
		margin-left: auto;
		margin-right: auto;
		}

		#cpc {
		position: absolute;
		z-index: 1;
		font-size: 72px;
		font-weight: bold;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #0A0;
		background-color: transparent;
		top: -10px;
		left: -10px; 		
		}

		
		#fish {
		position: absolute;
		z-index: 1;
		font-size: 72px;
		font-weight: bold;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #0A0;
		background-color: transparent;
		top: 330px;
		left: 0px; 		
		}


		#text {
		position: absolute;
		z-index: 1;
		font-size: 24px;
		font-weight: bold;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #900;
		background-color: transparent;
		top: 270px;
		left: 200px; 
		}

		#cod {
		position: absolute;
		z-index: 1;
		font-size: 36px;
		font-weight: bold;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #FFF;
		background-color: transparent;
		top: 200px;
		left: 120px; 
		}

		#hold {
		position: absolute;
		z-index: 1;
		font-size: 24px;
		font-weight: bold;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #FF0;
		background-color: transparent;
		top: 320px;
		left: 350px; 
		}

		#thanks {
		position: absolute;
		z-index: 1;
		font-size: 14px;
		font-style: italic;
		font-weight: normal;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #DDD;
		background-color: transparent;
		top: 370px;
		left: 250px; 	 
		}

		#details {
		position: absolute;
		z-index: 1;
		font-size: 22px;
		font-style: normal;
		font-weight: bold;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #BBB;
		background-color: transparent;
		top: 390px;
		left: 310px; 	 
		}	

		#arrow {
		position: absolute;
		z-index: 1;
		font-size: 14px;
		font-weight: bold;
		font-family: arial, verdana, helvetica, sans-serif; 
		color: #050;
		background-color: transparent;
		top: 430px;
		left: 520px; 	 
		}

		#forum {
		position: absolute;
		z-index: 1;		
		top: 500px;
		left: 800px; 	 
		}
		#forum a img {
		border: 0;
		}			