@charset "utf-8";
/* CSS Document */

.container { 

postion: center;

}


body {
    font-size: 10px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #50a8dd;
  
    background-attachment: fixed !Important;
background-position: top center !Important;
background-repeat: no-repeat !Important;
background-size: cover !Important;
    margin: 0px;
	margin-right:50px;
	width: 100%;
}

*:focus {
    outline: 0;
} 
