#bg  {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-image: url('../_img/web_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

#body_content {
	max-width: 70%;
	font-size: .8em;
}

#main_content {
	padding: 10px 20px 40px 20px;
}

#content_wrapper {
	position: relative;
	width: 100%;
	border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
}
#content {
	position: relative;
	padding: 5px 8px 5px 8px;
	min-height: 456px;
}

.profile_img img {
	float: left;
	margin-right: 10px;
	border: 10px solid #cab8cb;
}
.content_img img {
	max-width: 100%;
	border: 5px solid #cab8cb;
}

.fb-like-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
}

@media all and (max-width: 1050px) {
	#bg { background-image: url('../_img/mobile_bg.jpg'); }
	#body_content { padding: 0; max-width: 100%; }
	.fb-like-wrapper { position: relative; float: none; }
/*	.thumb_box { height: auto; }
	.thumb_overlay { width: 100%; height: 100%; margin: 0; }*/
}

@media only screen and (max-width : 480px) {
	/* Smartphone view: 3 tile */
/*	.thumb_box {
		width: 33.3%;
		padding-bottom: 33.3%;
	}*/
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
	/* Tablet view: 4 tiles */
/*	.thumb_box {
		width: 25%;
		padding-bottom: 25%;
   }*/
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
	/* Small desktop / ipad view: 5 tiles */
/*	.thumb_box {
		width: 20%;
		padding-bottom: 20%;
   }*/
}