@import url(style.css);

html{
	background-image:url(../image/grass_1280.jpg);
}

.pageblock{
	width:750px;
	
	margin-top:20px;
	margin-left:20px;
}

.pageblock .headline{
	height:30px;
}

.pageblock .content{

}

.pageblock .footer{
	height:50px;
}



