.normal_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.about_bg {
	background-attachment: fixed;
	background-image: url(images/crayon.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

.share_bg {
	background-attachment: fixed;
	background-image: url(images/share/bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.blue_bg {
	background-attachment: fixed;
	background-image: url(images/share/blue_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.pink_bg {
	background-attachment: fixed;
	background-image: url(images/share/pink_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.white_bg {
	background-attachment: fixed;
	background-image: url(images/share/white.png);
	background-repeat:repeat-y;
	background-position:left;
}


.small_title {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.copy_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
