html,body{
	font-family:Verdana;
	color:#333;
	font-size:0.9em;
}

#page{
	width:320px;
	margin:auto;
}

div.intro{
	font-size:0.8em;
	line-height:200%;
	width:250px;
	margin:0;
	margin:auto;
	margin-top:50px;
	background-image:url(/images/cornerLT.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 1px 10px;
}

div.intro p{
	background-image:url(/images/cornerRB.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	padding: 0 10px 10px 10px;
}

div#footer{
	line-height:160%;
	display:block;
	font-size:0.6em;
	text-align:center;
	width:320px;
	margin:auto;
	margin-top:100px;
}