<style>
		
		body {
			background-color: #FFFFFF;
			color: #111111;
		}
		#bigbox {
			width: 550px;
			position: fixed;
			right: 50%;
			top: 20%;
			bottom: 80%;
			left: 50%;
			margin-left: -420px; 
		}
		#center {
			z-index: -3;
			position: absolute;
			right: 50%;
			top: 20%;
			bottom: 80%;
			left: 50%;
		}
		#column1 {
			width: 500px;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		.text {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 50px;
			line-height: 56px;
			letter-spacing: 0px;
			margin: 0px;
			padding: 7px 0 0 10px;

		
			
		}
		a:link { color: #000000; text-decoration: none; border-bottom: none solid #000000; }
		a:visited { color: #000000; text-decoration: none; border-bottom: none solid #000000; }
		a:active { color: #000000; text-decoration: none; border-bottom: none solid #000000; }
		a:hover { color: #000000; text-decoration: none; border-bottom: 4px solid #000000; }
		
</style>