body {
	font-family: Helvetica, serif;
	background-color: #FFFFFF;
}

#heading {
	text-align: center;
	font-size: 32px;
	text-shadow: 3px 3px 1px #888888;
}

#mainBody {
	width: 600px;
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -300px;
}

#leftColumn {
	font-size: 18px;
	position: relative;
	float: left;
	border: solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-width: 1px;
	padding: 15px;
	-webkit-box-shadow: 5px 5px 2px #888888;
	-moz-box-shadow: 5px 5px 2px #888888;
	background: #ffcccc url(./images/ffffff-star.png) no-repeat bottom right;
	width: 400px;
}

#rightColumn {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
}

#rightColumn p, img {
	margin: 0px;
	padding: 0px;
}

#contact a:link, #contact a:hover, #contact a:visited, #contact a:active {
    color: #003399;
    text-decoration: none;
}

#appStore {
	text-align: center;
}

#appStore a:link, #appStore a:hover, #appStore a:visited, #appStore a:active {
    color: #ffcccc;
    text-decoration: none;
}
