<div class="lotusWelcomeBox" role="region" aria-labelledby="welcomeHeading">
	<!-- header is an HTML5 element. Use div if you are using HTML4. -->
	<header>
		<h2 id="welcomeHeading" class="lotusHeading">Welcome to Application Name</h2>
		<span class="lotusClose" title="Close welcome panel"><input type="image" alt="" aria-label="Close" src="../../css/images/blank.gif" /><a href="javascript:;" class="lotusAltText">X</a></span>
	</header>
	<p>This is the welcome box.  This area contains <a href="javascript:;">helpful information</a> to get the user started with the product. Fatua quidem roto, velit si, gilvus erat cogo. Si nulla autem ea tristique, blandit <a href="javascript:;">adsum nulla in secundum</a> obruo vel abluo.</p>
	<ul>
		<li>Bullet point 1</li>
		<li>Bullet point 2</li>
		<li>Bullet point 3</li>
	</ul>
	<div class="lotusBtnContainer">
		<button class="lotusBtn lotusBtnSpecial">Get Started</button>
		<button class="lotusBtn">Learn More</button>
		<button class="lotusBtn">Watch a Demo</button>			
	</div>
</div> <!-- end welcomeBox -->