- .content{
- Width:100px;
- height:100px;
- position:absolute;
- top:50%;
- left:50%;
- margin-top:-50px;
- margin-left:-50px;
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- border-radius: 20px;
- background-color:#E3A20B;
- padding-top:10px;
- padding-left:10px;
- padding-bottom:10px;
- }