/* CSS Document */

/* main page */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		height: 100%;
		background:#abc837;
	}

#logo {
height:240px;
width:100%;
background:url(images/logo.png) no-repeat 50% 150px;
float:left;
}

#text {
height:120px;
width:100%;
margin-top:50px;
float:left;
}