/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
	background-color: #000;
	height:100%;
	/**/
	
}
body{
	min-height: 734px;
	background-color: #000;
	color:#FFF;
	background: url('../img/teaser.png') no-repeat scroll top center #000;
}

.content{
	bottom: -560px;
    position: relative;
}
.description{
	width: 50%;
	margin: 0 auto;
	border-bottom: 1px dashed #6c7868;/*url('../img/plus.png')*/
	text-align: center;
	font-family: "Times New Roman","Serif";
	font-style: italic;
}
.footer{
	text-align: center;
	bottom: -560px;
    position: relative;
}
.social{
	list-style: none;
	padding: 10px;
	width: 99px;
	margin: 0 auto;
}
.social li:first-child{
	margin: 0 5px 0 0;
}
.social li:last-child{
	margin: 0 0px 0 5px;
}
.social li {
	margin: 0 5px;
	float: left;
	display: list-item;
	position: relative;
}
.social a{
	width: 29px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	/*background: url('../img/FB-f-Logo.png') no-repeat scroll 0 0 #000;*/
}
.social li a.yupyland{
	width: 60px;
	height: 46px;
	background: url('../img/yupyland_logo.png') no-repeat scroll 0 0 transparent;
}
.social li a.facebook{
	width: 29px;
	height: 29px;
	margin-top: 11px;
	background: url('../img/FB-f-Logo.png') no-repeat scroll 0 0 transparent;
}
.allrights{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

@media (max-width: 480px) {
	body{
		min-height: 480px;
		background: url('../img/teaser_320.png') no-repeat scroll top center #FFF;
	}
	.content{
		bottom: -410px;
	    position: relative;
	}
	.footer{
		text-align: center;
		bottom: -410px;
	    position: relative;
	}
}