#content {
	width: 100%;
	background: url("images/body-bg.png") repeat-x transparent;
	min-height: 560px;
	margin: 0; padding: 0;
	}

div.col {
	margin-left: 10px;
	padding: 0px 10px 50px;
	float: left;
	width: 335px;
	}
	
#mobile {
	margin-top: -13px;
	margin-left: 5px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	}
	
div.col h3,
div.col h4 {
	width: 100%;
	text-align: center;
	}

div.col h3 {
	font-size: 36px;
	padding-bottom: 0px;
	margin: 5px 0px 3px;
	}

div.col h4 {
	font-size: 12px;
	}
	
div.screenshot {
	width: 100%;
	text-align: center;
	}
	
div.now {
	width: 200px; height: 75px;
	margin: 0 auto;
	position: relative; top: 10px;
	background: url("images/button.png") no-repeat transparent;
	text-align: center;
	}

div.now span {
	display: block;
	}
div.now a:link {color: #000; background-color: transparent;}
div.now a:visited {color: #000; background-color: transparent;}
div.now a:hover {color: #000; background-color: transparent;}
div.now a:active {color: #000; background-color: transparent;}
div.now span.first {
	font-weight: bold;
	padding: 5px 0px;
	}
div.now span.second {
	font-size: 12px;
	padding-top: 5px;
	}
	
#tweetmeme {
	margin: -20px 0px 0px 20px;
	}
	
#disclaimer {
	width: 60%;
	}