a {
	text-decoration: none;
	font-weight: bold;
	color: #aa0000;
}

body {
	background-color: black;
	background-image: url(gradient.png);
	/*background: -webkit-gradient(linear, left top, right top, from(#550000), to(#550000), color-stop(20%, #aa0000), color-stop(80%, #aa0000));
	-webkit-background-size: 75px 0;*/
}

.neon {
	font-family: Brush script MT, cursive;
	font-size: 48px;
	text-shadow: 1px 1px 5px #ee8888, -1px -1px 5px #eeee88;
}

.topHeader {
	padding-top: 0px;
	margin-top: 0px;
}

h1, h2, h3 {
	font-family: Helvetica;
	color: #aa0000;
}

h1 {
	font-size: 28px;
	
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

p, ul {
	color: #aaaaaa;
}

ul{
	list-style-type: none;
}

ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(list-bullet-popcorn.png);
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 30px;
}

ul li:nth-child(2n) {
	background-image:url(list-bullet-small.png);
}

.contactCard {
	margin: auto;
	width: 320px;
	height: 110px;
	border: solid #666666 1px;
	border-radius: 5px;
	padding: 30px;
	-webkit-transform: rotate(-3deg);
	-webkit-box-shadow: -10px 15px 5px #888888;
	transform: rotate(-3deg);
	box-shadow: -10px 15px 5px #888888;
}

.contactCardPhoto {
	float: right;
	width: 75px;
	height: 100px;
	border: solid #666666 1px;
	background-color: #aaaaaa;
}

.contactInfo {
	line-height: 30px;
}

.contactInfo img {
	position: relative;
	top: 7px;
	padding-right: 20px;
}

.content {
	
}

.contentPage {
	display: none;
}

#features {
	padding-bottom: 50px;
}

#featureBullets {
	padding-left: 370px;
}

#firstScreenshotWrapper {
	float: left;
}

.screenshotLeft {
	border: solid gray 1px;
	margin: 10px;
	margin-top: 0px;
	margin-right: 40px;
}

.screenshot {
	border: solid gray 1px;
	margin: 10px;
}

.logo {
	vertical-align: middle;
}

.main {
	background-color: white;
	text-align: left;
	width: 700px;
	margin: auto;
	padding: 20px;
	font-family: Geneva, MS Sans Serif, Georgia, sans-serif;
	min-height: 630px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
}

.navOptions {
	text-align: center;
	text-shadow: 0px 0px 3px #ee8888;
}

.payButton {
	float: right;
	margin-top: 20px;
}

/*#addToWantedText {
	width: 120px;
}

#wantedMarker {
	width: 40px;
	height: 40px;
}

.helpBubble {
	background: rgba(00,00,00,0.5);
	padding: 5px;
	color: white;
	position: fixed;
}

.areaMarker {
	border: solid red 2px;
	position: fixed;
}*/