

body {
	background-color: #DADFE3;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin:0;
}
a {
	text-decoration: none !important;
	color: #999999;
	outline: none !important;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	transition: .5s ease all;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
.menu {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	box-shadow: 0 6px 12px 6px rgba(0, 0, 0, 0.07);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 30px;
	width: 150px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin: 5px;
	padding: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.content_w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.dragon {
	font-family: 'Water Brush', cursive;
	font-size: 95px;
	color: #333333;
}
.flow {
	font-family: 'Water Brush', cursive;
	font-size: 50px;
	color: #333333;
}

.top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: auto;
	padding-top: 300px;
	text-align: center; 
}
.cent {
	width: 100%;
	text-align: center;
}
.block {
	display: inline-block;
	text-align: center;
	box-shadow: 0 6px 12px 6px rgba(0, 0, 0, 0.07);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 280px;
	width: 280px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin: 20px;
	padding: 10px;
}
.bottom {
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	height: 105px;
}