@charset "utf-8";

body {
	background-color:#FEFBF2;
	border-top:5px solid #00A879;
	border-bottom:5px solid #00A879;
	margin:0;
}

div#bg {
	background-image:url(img/bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

p {
	color: #4a4a4a;
	margin:20px 0 0 0;
	font-size:90%;
	line-height:150%;
}

p.text {
	text-align:left;
}


