New version, will update image and version above later. For now here is the CSS:
@charset "UTF-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body {
background-color:#EFEFEF;
font: .9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper{
width:600px;
margin:40px auto 0;
text-align:center;
-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
#wrapper h1{
color:#FFF;
text-align:center;
margin-bottom:20px;
}
#wrapper a{
display:block;
font-size:.9em;
padding-top:20px;
color:#FFF;
text-decoration:none;
text-align:center;
}
#container {
width:600px;
padding-bottom:15px;
background-color:#FFFFFF;
}
.navtop{
height:40px;
background-color:#24B2EB;
padding:13px;
-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
.content {
padding:10px 10px 25px;
background: #FFFFFF;
margin:;
color:#333;
}
a.button{
color:white;
padding:20px 20px;
text-shadow:1px 1px 0 #00A5FF;
font-weight:bold;
text-align:center;
border:1px solid #24B2EB;
margin:0px 200px;
clear:both;
background-color: #24B2EB;
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
-moz-box-shadow: 0px 0px 3px .1px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 0px 3px .1px rgba(0,0,0,0.4);
box-shadow: 0px 0px 3px .1px rgba(0,0,0,0.4);
}
a.button:hover{
text-decoration:none;
background-color: #24B2EB;
}