/* AtPlay CSS Document */

*{
padding:0px;
margin:0px;
}

html{overflow:-moz-scrollbars-vertical;}

body {
background: #FFF url(../gfx/bg_tile.gif) repeat-x top;
font: 11px Verdana, Arial, Helvetica, sans-serif normal;
color:#5a884c;
}

#holding {
width: 600px;
margin: 0px auto;
text-align:center;
}

#butterfly{
position:absolute;
width: 45px;
height: 41px;
z-index: 1000;
}

#flower{
position:absolute;
width: 68px;
height: 65px;
z-index: 1000;
}

#heart{
position:absolute;
width: 59px;
height: 58px;
z-index: 1000;
}

#holding img{
text-align:center;
margin: 80px 100px 0 0;
}

#holding p {
padding: 10px 0 10px 0;
}

#green_small {
float:left;
height: 24px;
width: 98px;
color:#FFFFFF;
font-size:10px;
padding: 0 0 0 160px;
}

#green_small a:link , a:visited , a:active{ 
background:url(../gfx/green_small.gif) no-repeat top;
display:block;
color:#FFFFFF;
height: 24px;
width: 98px;
padding: 6px 0 5px 0;
text-decoration:none;
}

#green_small a:hover{ 
display:block;
background:url(../gfx/red_small.gif) no-repeat top;
height: 24px;
width: 98px;
}

#green_large {
float:right;
height: 24px;
width: 179px;
color:#FFFFFF;
font-size:10px;
padding: 0 150px 0 0;
}

#green_large a:link , a:visited , a:active{ 
background:url(../gfx/green_large.gif) no-repeat top;
display:block;
color:#FFFFFF;
height: 24px;
width: 179px;
padding: 6px 0 5px 0;
text-decoration:none;
}

#green_large a:hover{ 
display:block;
background:url(../gfx/red_large.gif) no-repeat top;
height: 24px;
width: 179px;
}

