.center-box { position: fixed; top: 50%; left: 50%; margin-top: -50px; margin-left: -100px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#f1f1f1; width:470px; } .rectangle { background: #7f9db9; height: 50px; width: 470px; position: fixed; left: 50%; top: 45%; -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); z-index: 100; /* the stack order: foreground */ } .rectangle h2 { font-size: 30px; color: #fff; padding-top: 6px; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); text-align: center; } .triangle-l { border-color: transparent #7d90a3 transparent transparent; border-style:solid; border-width:15px; height:0px; width:0px; position: fixed; left: 50%; top: 50%; z-index: -1; /* displayed under bubble */ } .triangle-r { border-color: transparent transparent transparent #7d90a3; border-style:solid; border-width:15px; height:0px; width:0px; position: fixed; left: 50%; top: 50%; z-index: -1; /* displayed under bubble */ }