@charset "utf-8";
/* CSS Document */
#content{
	width:800px;
	height:600px;
}
#content2{
	width:800px;
	height:600px;
	background:url(images/ground1.jpg) no-repeat;

}
#content2 p{
	font-size:12px;
}
.bigtitle{
	font-size:14px;
	font-weight:bold;
	color:#FF3300;
}
#content3{
	width:800px;
	height:600px;
	background:url(images/ground2.jpg) no-repeat;

}
#content3 p{
	font-size:12px;
}
