body
	{
	background-color:#66CCFF;
	font-family: tahoma;
	font-size: 14px;
	}
	
div.title
	{
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	}

div.content
	{
	float: left;
	margin-left: 30px;
	width: 600px;
	}

p
	{
	font-family: tahoma;
	font-size: 14px;
	color: #000;
	}
	
h1
	{
	font-size: 16px;
	font-style: normal;
	color: #000;
	}
	
div.bottom
	{
	background-image: url(img/gras.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	height: 130px;
	position: absolute !important;
	left: 0;
	bottom: 0;
	}
