body {
    margin: 0px;
    padding: 0px;
    background: url(images/bg.jpg) no-repeat center top #E0E9F8;
}

#container {
    width: 900px;
    \width: 920px;
    w\idth: 900px;
    margin: auto;
	margin-top: 25px;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 900px;
    height: 210px;
    z-index: 20;
}

#content {
    width: 900px;
    \width: 920px;
    w\idth: 900px;
    margin: auto;;
}

#grass {
	position: relative;
	height: 87px;
	margin: auto;
	overflow: hidden;
}

#navbar {
    position: absolute;
    top: 155px;
    left: 9px;
    padding: 0;
    margin: 0;
    width: 670px;
    height: 21px;
    z-index: 20;
}


#footer {
    position: relative;
    width: 900px;
	height: 35px;
    margin: 0px;
    padding: 0px;
}

img { behavior: url(iepngfix.htc); }
