 body,html{
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
  }
  body{
    /*overflow:hidden;*/
    height:100%;
    width:100%;
  }


  body {
    background-color: #000;
  }
  .body{
	  background:url('images/bg.jpg') no-repeat center;
		font-family: Georgia, sans-serif!important;
    height: 960px;
  }
  a{
    color:#9bde07;
  }
  #osdk-auth-widget-holder {
    width: 400px;
    height: 610px;
    position: relative;
    top: 330px;
    margin: 0 auto;
  }


  #lnd-footer{
    font-size:12px;
    margin-bottom: 3em;
    text-align:center;
    color:#fff;
		font-family: Georgia, sans-serif!important;
  }