body {
	background: #2c602c url(../images/bg.png) repeat;
	margin: 0px;
	height: 100%;
	position: relative;
}
img {
	border:none;
}
.upper {
	width: 100%;
	background-color: black;
	height: 20px;
}
.lower {
	width: 100%;
	background-color: red;
	height: 200px;
	position: relative;
	display: block;
	float: left;
	clear: both;
}
#wrapper {
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	height: auto;
}
.coldtomatoes {
	position: relative;
	color: white;
	font-family: 'HelveticaNeue',Arial;
	font-size: 12px;
	margin-top: -18px;
}
.coldtomatoes a{
	color: white;
	text-decoration: none;
}

.left {
	position: relative;
	color: white;
	font-family: 'HelveticaNeue',Arial;
	font-size: 12px;
	width: 50%;
	min-width: 320px;
	float: left;
	text-align: center;
}
.left #header .logo {
	margin-top: 4px;
	margin-bottom: -80px;
}
.left #header .logo img{
	position: relative;
	text-align: center;
	width: 95%;
	max-width: 396px;
	margin-top: 0px;
}
.left #header {
	z-index: 100;
}
.left .atmosphere {
	position: relative;
	margin-top: -70px;
	z-index: -1;
}
.left .appstore {
	position: relative;
	margin-top: -30px;
	z-index: 9;	
}
.left .appstore img{
	position: relative;
	text-align: center;
	min-width: 200px;
	width: 25%;
	max-width: 300px;
}
.left .content {
	color: black;
	font-family: 'HelveticaNeue',Arial;
	width: 70%;
	min-width: 300px;
	max-width: 500px;
	margin: 0px auto;
	font-size: 15px;
	line-height: 20px;
}
.left .content h2{
	color: black;
	font-family: 'HelveticaNeue',Arial;
	font-size: 24px;
	line-height: 30px;
}
.left .content a {
	color: black;
}
.right {
	margin-top: 40px;
	position: relative;
	color: white;
	font-family: 'HelveticaNeue',Arial;
	font-size: 12px;
	width: 50%;
	min-width: 320px;
	float: left;
	text-align: center;
}
.right .iphone {
	position: relative;
	vertical-align: bottom;
}
.right .container {
	position: absolute;
	width: 60%;
	left: 30%;
	max-width: 360px;
	vertical-align: bottom;
	float: left;
}
.right .allscreens {
	position: relative;
	text-align: right;
	width: 100%;
	bottom: 0px;
}
.right .screens {
	position: absolute;
	text-align: center;
	left: 30%;
	width: 60%;
	max-width: 360px;
	float: left;
}
.right .bal {
	position: absolute;
	text-align: center;
	left: 10%;
	width: 60%;
	max-width: 300px;
	float: left;
	z-index:-1;
}
.fb-share-button {
	transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	display: block;
}
.twitter-share-button {
	display: block;
}
@media (max-width: 754px) {
	.right .screens, .right .container {
		position: absolute;
		text-align: center;
		left: 10%;
		width: 80%;
		max-width: 300px;
		float: left;
	}
	.right .bal {
		display: none;
	}
}
@media (max-width: 654px) {
	.allscreens {
		display: block;
	}
	.right .screens {
		position: absolute;
		text-align: center;
		margin-top: -100px;
		left: 0px;
		width: 100%;
		max-width: 320px;
	}
	.right .bal, .right .container {
		display: none;
	}
	#wrapper {
		width: 320px;
	}
}