body{
	text-align: center;
	background: url('images/bg.jpg');
	background-position: top center;
	font-family: 'Roboto Condensed', sans-serif;
}
a {
	color: deeppink;
}
a img {
	border: 0;
}
#main-container {
	width: 1100px;
	margin: 0 auto;
}
.section {
	height: 300px;
	margin-bottom: 50px;
}
#join-now-top {
	padding: 75px;
}
#top-section {
	height: 250px;
}
.left-section {
	float: left;
	width: 50%;
}
.right-section {
	float: right;
	width: 50%;
}
#server-section {
	color: ffffae;
}
.sub-section-header {
	text-align: center;
	font-size: 50px;
}
#garrys-mod-alta {
	height: 100%;
	background: url('images/ATLA.png');
	background-repeat: no-repeat;
	background-position: right 7px;
}
#garrys-mod-title {
	width: 250px;
	text-align: left;
	font-size: 30px;
}
#garrys-mod-body {
	width: 245px;
	padding-top: 10px;
	padding-left: 17px;
	text-align: left;
	font-size: 20px;
}
#garrys-mod-join-now {
	float: left;
	margin-top: 30px;
	margin-left: 60px;
}
#minecraft {
	height: 100%;
	background: url('images/mc-ob.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#minecraft-title {
	width: 500px;
	text-align: right;
	font-size: 30px;
}
#minecraft-body {
	width: 245px;
	padding-top: 10px;
	padding-left: 285px;
	text-align: left;
	font-size: 20px;
}
#minecraft-join-now{
	float: right;
	margin-top: 20px;
	margin-right: 80px;
}
#discord-section {
	margin-top: 50px;
	color: #d0d9f6;
}
#discord-logo {
	padding: 30px 0;
}
#discord-title {
	text-align: center;
	font-size: 50px;
}
#discord-body {
	font-size: 24px;
	padding: 30px 0px;
	width: 515px;
	margin: 0 auto;
}
#patreon-section {
	margin-top: 50px;
	color: #f7c4c7;
}
#patreon-logo {
	padding: 30px 0;
}
#patreon-title {
	text-align: center;
	font-size: 50px;
}
#patreon-body {
	font-size: 24px;
	padding: 30px 0px;
	width: 515px;
	margin: 0 auto;
}