* { padding: 0; margin: 0; }
#stuff
{
	padding: 12px 50px;
	margin: 0 auto 50px !important;
	position: absolute;
	bottom: 20px;
	left: 100px;
	width:60%;
	
	background-color: white;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align: right;
	border-radius: 25px;

}
img {border: none; }

p { color: #000; font-family: Helvetica; font-size: 24px; line-height: 24px; margin-bottom: 0; }
h1 { color: #000; font-family: Helvetica; font-size: 48px; line-height: 54px; margin-bottom:0; }
h2 { color: #000; font-family: Helvetica; font-size: 28px; line-height: 32px; margin-bottom:20px; }
a { color: #000; font-weight: bold; text-decoration: none; }
a:hover { color: #000; }

p.small { color: #000; font-family: Helvetica; font-size: 12px; line-height: 24px; margin-bottom: 0; }
