body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFE5C1;
	color: #717171;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}


img {
    border: 0;
    padding: 0;
    margin: 0;
}

.main-box{
	width: 100%;
	height: 621px;
	position: relative;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
}
.grass{
	width: 100%;
	height: 621px;
	position: relative;
	background-image: url(../images/grass.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
	}
.main{
	width:762px;
	height:621px;
	position: relative;
	margin:0 auto;
	}
