body {
	background: #000000;
	margin: 0;
	padding: 0;
}

#headerPadding {
	height:100px;
}

a.buttonArea {
	width:800px;
	height:155px;
	display:block;
	background-image:url(images/buttonArea.png);
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color:#000 !important;
	background-position:0px 0px;
	text-decoration:none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

a.buttonArea:hover {
background-position:-800px 0px;
	text-decoration:none;
	color:#000 !important;
}
a.buttonArea h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.462em; /* 32px */
	line-height: 0.9em;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
	display:block;
	text-indent:0px !important;
	color: #000;
	padding-top: 34px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.buttonArea p{
	padding-left: 50px;
	padding-right: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
}
.smallImage {
	margin-left: 20px;
	padding-top: 25px;
}

.bubbleInfo {
    position: relative;
}

.popup {
	color: #555;
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	width: 236px;
	height: 85px;
	background-image: url(images/popup.gif);
	background-repeat: no-repeat;
}

.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height:12px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.popup a {
	color: #555;
}

.popup a:hover {
	color: #555;
	text-decoration: none;
}
