body{
	background: url(img/land3_v2_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
	min-height: 1024px;
}
#content{
	min-height: 1024px;
}
#osdk-auth-widget-holder{
    margin: 0 auto;
    left: 14%;
    top: 30px;
}

@media (max-width: 1200px) { 
	#osdk-auth-widget-holder{
	    left: 14%;
	}
}
@media (max-width: 1024px) { 
	#osdk-auth-widget-holder{
		left: 14%;
	}
}
