body {
	margin: 0;
	background: #fff;
}

iframe{
	display:block;
	margin: 50px auto 0 auto;
	border: 1px solid #333;
}

#content{
	overflow: hidden;

	width: 800px;

	padding: 50px;
	color:#000;

	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;

	line-height: 1.4em;
}
#content .title{
	font-size:41px;
	line-height: 1.0em;
}
#content .subtitle{
	font-size:30px;
}
#description{
	width:640px;
	float:left;
	text-align: justify;
}
#sharing{
	width: 180px;
	float: right;
}
#bonus{
	background: none;
	margin: 0px auto 0px auto;
}
a{
	color: #dd3838;
	font-weight: 500;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
    transition: color 0.2s;
}
a:hover{
	color: #ff4949;
}

#sharing{
	text-align: center;
	margin-bottom: 50px;
}
ul.share-buttons{
	list-style: none;
	padding: 0;
}
ul.share-buttons li{
	display: inline;
	margin: 0px 3px;
	position: relative;
	top:0px;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-ms-transition: top 0.2s;
    transition: top 0.2s;
    cursor: pointer;
}
ul.share-buttons li:hover{
	top:-5px;
}