@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html, body { margin:0; overflow:hidden; min-height:100%; }

body {
font:18px Open Sans;
background: 
   url('images/pattern.jpg') repeat;
}

#wrapper { width: 390px; margin: 320px auto 0; }

a { color:#ffffff; text-decoration:none; }
p { margin:0; text-align:center;  }
.plic { display:block; background:#081e2e url('images/plic.png') no-repeat 8px 14px; width:40px; height:40px; border-radius:50%; margin:70px auto 8px;
 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out; }

.send { margin:20px 0 0 0; 	  }

.send a:hover i { background: #ffffff url('images/plic.png') no-repeat 8px -34px; }