@charset "UTF-8";
/* CSS Document */

body {
background:url(images/bg.jpg) repeat-x #cee1b2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:smaller;
color:#333333;
margin:15px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:#97AC59;
font-size:25px;
height:20px;
}

a {
color:#97AC59;
}

#button {
width:159px;
height:39px;
background: url(images/button.jpg) no-repeat top;
}

#button:hover {
background-position:bottom;
}

#text {
width:159px;
height:39px;
padding-top:10px;}

.text {
font-size:20px;
width:159px;
height:39px;
}

#footer, #footer a {
font-size:10px;
color:#333333;
}