* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

body {
background-image:url('images/bodybak.png');
background-color:#022b7d;
background-position: center top;
background-repeat: no-repeat;
border:0 none;
margin:0;
padding:0;
}