
/* CSS Document */

body {
	margin: 0px;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
	
}
#image {
	height: 237px;
	width: 147px;
	margin-left: 189px;
	margin-top: 36px;
}


.txt {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-indent: 25px;
}
.txtred {
	font-family: Verdana;
	font-size: 12px;
	color: #ff0000;
	text-indent: 20px;
}
.txtsmall {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	
}