* {
	margin:0;
	padding:0;
}
body {
	background-color: #b20000;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:12px;
	margin:10px 0 15px 27px;
	list-style-type: none;
}
.copyright li {
	margin:0 0 5px 0;
}
.text01 {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
	word-spacing: 1px;
	letter-spacing: 1px;
}
#why {
	padding: 10px;
	border: 1px dashed #999;
}
.Thebox {
	font-size: 12px;
	color: #777777;
	background-color: #e8e8e8;
	height: 100px;
	width: 650px;
	overflow-x: hiddin;
	overflow-y: auto;
	padding:15px 0;
}
.Thebox ul {
	width:590px;
	list-style-type: square;
	padding-left:30px;
}
.Thebox li {
	margin-bottom:5px;
	line-height:150%;
}