Hey could you make this into a link for me mate?
body {
background-color: transparent;
color: white;
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px;
height: 100px;
border-radius: 10px;
background-image: url('
http://i.imgur.com/NTFbNrw.png'); background-repeat: no-repeat;
}
#follow-notification .followname {
margin-left: 96px;
padding-top: 15px;
text-align: center;
width: 385px;
line-height: 55px;
vertical-align: middle;
font-size: 32px;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #000;
color: #ffffff;
}
#follow-notification .header {
margin-right: 115px;
padding-top: 10px;
text-align: left;
vertical-align: top;
font-size: 26px;
line-height: 26px;
font-family: Algerian;
text-shadow: 1px 1px 1px #FFFDE8;
color: red;
float: right;
border-bottom: red;
border-bottom-style: double;
}