header, footer, nav, section { display: block; } body { font-size: 15px; font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; font-weight: 300; color: black; background-color: #fcfcfc; padding: 0; margin: 0 auto; height: 100%; width: 100%px; padding-top:0px; } .welcomeview { background-image: url('../Content/Images/firstlogin.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; } .welcomeview img { width:100%; } .welcomeviewtext { /*margin:0 auto; width:500px; padding-top:200px; text-align:center; font-size:30px;color:#fff;*/ position: absolute; width: 500px; height: 100px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; font-size: 30px; color: #fff; } .welcome-enter-link { font-size: 20px; color: #fff; } .termsconditionlink { right: 0; bottom: 0; position: fixed; padding-bottom: 30px; padding-right: 30px; margin-right: 30px; } #bg { position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; } #bg img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; min-width: 50%; min-height: 50%; }