body {
	margin-top:0px;
	margin-bottom:0px;
	background:url("images/background.jpg");
	background-size:120%;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

#main { 
  margin-left: auto ;
  margin-right: auto ;
	margin-top:0px;
	margin-bottom:0px;
	background:#FFF;
	padding-left:100px;
	padding-right:100px;
	alignment-adjust:central;
	width:950px;
	opacity: 0.9;

}

#google-play{
	text-align:center;
}

#title { 
	padding-top:30px;
    font-family: 'Raleway', sans-serif;
	font-size:64px;
	text-align:center;
	color:#548235;
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }

#subtitle{
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	text-align:center;
	color:#333;
	margin-bottom:30px;
}

.content-title{
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	font-weight:bold;
	text-align:left;
	color:#030;
	
}

a{
	color:#548235;
	font-weight:bold;
	text-decoration:none;	
}

.content-content{
    font-family: 'Crimson Text', serif;
	font-size:24px;
	color:#333;
	text-align:justify;
}

.content-subtitle{
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	text-align:center;
	color:#333;	
}


#authors{
    font-family: 'Crimson Text', serif;
	font-size:18px;
	color:#333;
	text-align:center;
}
.author-name{
    font-weight:bold;
}