/* CSS Document for Do a lot with a little */

body {
	background-image: url(images/body_back.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	font-family: calibri;
}

#container {
	background-image: url(images/page.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 652px;	
	width: 970px;
	margin: 20px auto 0px auto;
}

#content {
	width: 390px;
	height: 200px;
	float: left;
	clear: both;
	margin: 178px 0px 0px 491px;
	color: #083803;
	display: inline;
}

#button {
	float: left;
	clear: both;
	margin: 30px 0px 0px 560px;
	display: inline;
}
#button a img, #button a:visited img, #button a:hover img {
	border: none;
	text-decoration: none;
}

#footer {
	float: left;
	clear: both;
	margin: 15px 0px 0px 562px;
	text-align: center;
	color: #3f64a2;
	width: 280px;
	display: inline;
}
