	body {
		font-size: 12px;
	  	color: #333; 
	  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		background: #fde8a0 url(/public/imgs/jqpress/background.png) repeat-x; 
	}
	
	a {
		color: #d23d1a;
	}
	.content {
		height: 800px;
		background: url(/public/imgs/jqpress/iphones.png) right top no-repeat; 
	}
	.content .text {
		padding: 40px 10px 10px 10px;
	}
	
	.content li {
		padding: 0 0 6px 0;
	}
	.content li.short {
		width: 220px;
	}
	
	.preview {
		background: #fff url(/public/imgs/icons/phone.png) 6px 50% no-repeat;
		width: 180px;
		border: 1px solid #999;
		margin: 20px 0;
		padding: 11px 12px 9px 28px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.preview a {
		text-decoration: none;
		font-weight: bold;
	}
	.container {
		width: 850px;
		margin: 0 auto;
	}
	
	.footer {
		padding: 0 20px;
	}
