body {
	margin: 0;
	padding: 0;
	font: medium Verdana, Arial, sans-serif;
	line-height: 1.2em;
	background: #fff url(images/pink_gradient.jpg) repeat-x top left;
	color: #000;
	}
	
* html body {
	font-size: small; /* for IE5 Win */
	f\ont-size: medium; /* for other IE versions */
	}
	
#bodyContainer {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	width: 100%;
	height: 100%;
	}

/* Text Container */
			
 #textContent {
 	position: absolute;
 	top: 205px;
 	left: 165px;
 	width: 420px;
	color: #000;
	text-align=left;
	}

 #textContent p {
 	font-size: 0.9em;
	}

 #textContent h2 {
 	font-size: 1.2em;
 	color: #666;
 	margin: 0;
 	padding: 0 0 5px 0;
 	}
 	
 .textTitle {
 	float:left;
 	margin: 0 20px 0 0;
 	padding: 0;
 	}

#continueLines {
	margin: 0;
	padding: 0;
	height: 50%;
	background: #fff url(images/lines.jpg) repeat-y top left;
	}
	
html, body, #continueLines {
	min-height: 50%;
	height: 50%;
	}
	


