#logo, #quote, #grass-container
{
	padding:0;
	margin:0;
	border:0;
}

body
{
	background:#26373F;
}

#header{
	background:#E0EFEF;
	height:353px;
}
#header img
{
	border:0;
	display:inline;
}
#logo-container
{
	position:absolute;
	left:70px;
	top:42px;
	width:260px;
	height:254px;
/*	width:330px;
	height:296px;*/
/*	display:inline;
	padding-left:70px;
	padding-top:42px;
	float:left;*/
}
#logo-container img
{

}
#quote-container
{
	position:absolute;
	left:390px;
	top:146px;

/*	width:520px;
	height:250px;*/
/*	display:inline;*/
/*	padding-left:60px;
	padding-top:146px;
	position:relative;*/
}
#quote-container img
{

}
#grass-container
{
	position:absolute;
	top:296px;
	height:57px;
	width:100%;
/*	margin-top:-6px;*/

	background-image:url('../img/grass.jpg');
	background-repeat: repeat-x tile;
}

#grass
{
/*		
	height:57px;
	background:url('img/grass.jpg') ;
	width:100%;
	background:url('img/grass.jpg') repeat/repeat-x/repeat-y/no-repeat scroll/fixed top/center/bottom/x-%/x-pos left/center/right/y-%/y-pos;
*/
}

#footer
{
	background:#000000;
	background-image:url('../img/bottom_border.jpg');
	background-repeat: repeat-x;
}