body{
margin:30px;
padding:0;
background:#fff;
font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
font-size: 1em;
text-align:center;
}

h1{
margin:0 0 20px 0;
padding: .8em;
color: #DD0303;
font-size: 0.7em;
font-family:verdana, arial;
}

p{
margin:0 0 15px 0;
padding:0;
}

#box
{
margin:0 auto;
padding:0;
position:relative;
z-index:10;
width:300px;
height:100px;
}

#box a
{
display:block;
width:300px;
height:100px;
background:transparent url(../img/rose1.jpg) 0 0 no-repeat;
text-decoration:none;
}

#box a:hover,
#box a:focus,
#box a:active
{
background-position: 0 -100px;
border:none;
}

#box a span{
position:relative;
z-index:-1;
}
