* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
html, body {
	background: #f5f5ea;
	font: 12px/17px 'Tahoma',sans;
	height: 100%;
	min-width: 950px;
}
a {
	color: #0055cc;
	text-decoration: underline;
}
a:hover {
	color: red;
}
a.jLink {
	color: #0055cc;
	border-bottom: 1px dashed #0055cc;
	text-decoration: none;
}
a.jLink:hover {
	color: red;
	border-bottom: 1px dashed red;
}
span {
	font-size: 10px;
	color: #bdbdad;
}
.wrapper {
	height: 100%;
	min-height: 100%;
	height: auto;
	background: #fff;
}
.content {
	text-align: center;
	padding: 0 20%;
}
.logo {
	text-align: center;
	margin: 0 0 30px;
}
.top {
	overflow: hidden;
	padding: 10px 0 0;
	line-height: 20px;
}
.read {
	float: left;
	background: #f5f5ea;
	padding: 15px;
	width: 40%;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
.download {
	float: right;
	background: #f5f5ea;
	padding: 15px;
	width: 40%;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.txt {
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -250px;
	width: 460px;
	padding: 20px;
	background: #f5f5ea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 3px #ccc;
}
.close {
	text-align: right;
}
.descr {
	font: 23px/28px 'Georgia',serif;
	text-align: center;
	margin: 20px 0 0;
}
.like {
	float: right;
}
.spacer {
	height: 70px;
}
.footer {
	height: 50px;
	padding: 20px 30px 0;
	margin-top: -71px;
	border-top: 1px solid #ccc;
	background: #f5f5ea;
}
.footerLinks {
	padding: 0 0 0 40px;
}
.about {
	font: 23px/23px 'Georgia',serif;
	padding: 10%;
}
.aboutContent {
	font: 17px/22px 'Georgia',serif;
	margin: 40px 0 0 50px;
	width: 70%;
}
.aboutContent p {
	margin: 0 0 15px;
}