@charset "UTF-8";
* {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	padding: 75px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #F27E20;
	color: #fff;
}
a { color: #fff; }
#main {
	text-align: center;
	margin:0 auto;
	max-width:400px;
}
#main img { width:100%; height:auto; margin-bottom:50px; }
#main p { font-size:12px; line-height:1.2em; }
#affiliates {
	position: absolute;
	bottom: 25px;
	right: 10px;
	left: 10px;
	text-align:center;
}
#affiliates a { margin: 0 10px; }
#affiliates a img { height:35px; width:auto; }
#follow {
	position: absolute;
	bottom: 10px;
	left: 10px;
	} #follow img,
	#follow div {
		float: left;
	} #follow img {
		padding-right: 5px;
	} #tweet {
		display: inline-block;
	} #tweet li {
		font-size: 12px;
		list-style: none;
}
.followus { text-decoration: none; padding-top: 5px; }