@import url(http://fonts.googleapis.com/css?family=Oxygen);
* { font-family: 'Oxygen', sans-serif; font-size: 12px; }
html, body { background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #4A7892 0%, #052234 100%); background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #4A7892 0%, #052234 100%); background-image: -o-radial-gradient(center top, ellipse farthest-corner, #4A7892 0%, #052234 100%); background-image: -webkit-gradient(radial, center top, 0, center top, 359, color-stop(0, #4A7892), color-stop(100, #052234)); background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #4A7892 0%, #052234 100%); background-image: radial-gradient(ellipse farthest-corner at center top, #4A7892 0%, #052234 100%); padding: 0px; margin: 0px; width: 100%; height: 100%; }
.box { border: 1px solid #000000; background: rgba(0,0,0,0.3); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; margin-left: -200px; margin-top: -88px; position: absolute; width: 400px; padding: 8px; left: 50%; top: 50%; }
.b-logo img { display: inline-block; padding-right: 15px; }
.b-logo { text-align: center; position: absolute; line-height: 42px; font-size: 28px; color: #FFFFFF; width: 400px; height: 40px; top: -50px; left: 0px; }
.box p { color: #FFFFFF; }
