html, body {height: 100%; width: 100%}
html, body, div {margin: 0;padding: 0;}
body {font: normal 100%/1em "bello-pro-1","bello-pro-2", Verdana, sans-serif; color: #333; background-color: #ddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada)); background-image: -moz-linear-gradient(top, #fff, #dadada);}

a:link, a:visited {text-decoration: none;}

.wrapper {position: absolute; top: 50%; left: 50%; margin: -4em 0 0 -18em; -webkit-animation-name: popup; -webkit-animation-duration: 0.5s; -webkit-animation-timing-function: ease-in;}

.twitter {color: #ccc; font-size: 8em; text-shadow: -1px -1px 0 transparent, 1px 1px 1px #fff;}
.twitter:hover {color: #c7c7c7;}

@-webkit-keyframes popup {
	from {opacity: 0; -webkit-transform: scale(0.1);}
	75% {opacity: 1; -webkit-transform: scale(1.10);}
	to {-webkit-transform: scale(1);}
}