*				{ margin: 0; 
				padding: 0}

body, html			{ font-family: arial, sans-serif; 
				font-size: 100.01%; 
				color: black; 
				background-color: white; 
				text-align:center; 
				padding-top: 0.3em }

#box1				{ position: absolute; 
				top: 50%; 
				text-align: center; 
				width: 100%; 
				overflow: visible; 
				visibility: visible; 
				height: 1px; 
				left: 0px }

#box2				{ width: 650px; 
				height: 400px; 
				margin-left: -325px; 
				top: -200px; 
				position: absolute; 
				visibility: visible; 
				left: 50% }

#box3				{ width: 500px; 
				height: 375px; 
				position: relative; 
				visibility: visible; 
				margin: 0 auto }

p				{ color: black; 
				background-color: white; 
				text-align: right }
