BODY {
	background-image:url('52.gif');
}
body {
	font-size: small;
	margin: 0px;
}
#banner {
	height: auto;
	width: 900px;
	border: thin solid #;
	margin-right: auto;
	margin-left: auto;
}
#mainbox {
	height: auto;
	width: 900px;
	border: thin solid #777;
	background-color:#fff; 
	margin-right: auto;
	margin-left: auto;
}
#leftbox {
	font-size: small;
	height: auto;
	width: 630px;
	border: thin solid #;
	text-align: left;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#rightbox {
	font-size: small;
	text-align: left;
	border: thin solid #;
	width: 255px;
	height: auto;
	float: right;
}
#footer {
	height: auto;
	width: 900px;
	border: thin solid #;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.sampleA {
	font-size:15px;
	line-height:20px;
	margin:20px;
} 
.sampleB {
	line-height:20px;
} 
.sampleC { 
	border-bottom:dotted 1px #777; 
}
.sampleD { 
	border-bottom:solid 3px #69f; 
} 