/* Layout Styles */
	body
		{
			background: black;
			text-align: center;
			min-width: 950px;		/* body */
			margin: 0px;
			padding: 0px;
		}
	.wrapper
		{
			width: 100%;			/* body */
			vertical-align: top;	
		}
	.header
		{
			width: 100%;				/* body */
			text-align: left;
			vertical-align: top;
			line-height: 0px;
			min-width: 1100px;
		}
	.body
		{
			min-height: 100%;
			width: 100%;				/* body */
			margin: 0 auto;
			text-align: left;
			vertical-align: bottom;
		}
	
	.footer
		{
			height: 16px;
			width: 100%;				/* body */
			border: 0px;
			margin: 0 auto;
			padding: 0px;
			text-align: left;
			vertical-align: bottom;
			background: white;
			display: inline;
		}
	
		
	.wrapperPrompt
		{
			width: 410px;			/* body + 10 */
			background: white;
			vertical-align: top;		
			margin: 27px auto 0px auto;
		}		
	.bodyPrompt
		{
			min-height: 200px;
			width: 400px;				/* body */
			border: 0px;
			margin: 0 auto;
			text-align: left;
			vertical-align: bottom;
			background: #333;
			border-bottom: 5px solid white;
			border-top: 5px solid white;
		}	
		
		
		



