body {
background-color: #ffffff;
background-image: url(../images/grassRepeat.jpg); 
min-height:440px;/* for good browsers*/
min-width:770px;/* for good browsers*/
 }

/* --------- centering css -----------*/

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 440px;
} 

#inner {
width: 770px;
height: 440px;
text-align: center;
margin-left:auto;
margin-right:auto;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-image: url(../images/siteBground.png);
background-repeat: no-repeat; }

#content {
width: 390px;
float: left;
height: 225px;
margin-top: 200px;
margin-left: 34px; }

a {
text-decoration: none;
color: #2e8325; }

a:hover {
text-decoration: underline; }
