﻿﻿<style type="text/css">
<!--
#wrapper{
width:100%;
max-width:800px;
min-width:300px;
margin:0 auto;
}
#main{
position:relative;
width:946px;
}
.content{
margin:350px 370px 0;
}
.btn span{
display:inline-block;
position:absolute;
width:200px;
height:60px;
border:3px solid #0f0f0f;
text-align:center;
line-height:60px;
font-size:21px;
font-family:"Times New Roman";
font-weight:bold;
-webkit-border-radius:7px;
-moz-border-radius:7px;

border-radius:7px;
}
.btn span:nth-child(1){
background-color:#ffffff;
color:#000000;
}
.btn span:nth-child(2){
background-color:#0f0f0f;
color:#ffffff;
}
.btn:hover span:nth-child(2){
display:none;
}
a{
text-decoration:none;
}
-->
</style>