@charset "utf-8";
/* CSS Document */

/**** TAGS ****/
body {
	background: #000 url(/img/chuchi/bg.jpg) repeat-x;
	color: #fff;
}
a {
	color: #4ebaff;	
}
h1 {
	color: #4ebaff;
}
h2 {
	color: #4ebaff;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

/**** LOGO ****/
#logo {
	width: 100%;
	text-align: center;
	opacity: 0.9;
	margin-top: 20px;
}
/**** CANVAS ****/
#canvas {
	min-width: 1247px;
}
#canvas span.text {
	display: block;
	clear: both;
	margin: 60px;
	margin-top: 40px;
	font-size: 20px;
}
#canvas span.text b {
	font-size: 30px;
	font-weight: normal;
}
#canvas #left {
	background: url(/img/chuchi/clouds-left.png) no-repeat top left;
}
#canvas #right {
	background: url(/img/chuchi/clouds-right.png) no-repeat top right;
}
#canvas #stars-left {
	background: url(/img/chuchi/stars-left.png) no-repeat top left;
}
#canvas #stars-right {
	background: url(/img/chuchi/stars-right.png) no-repeat top right;
}
#canvas #footer-left {
	background: url(/img/chuchi/footer-left.png) repeat-x bottom left;
}
#canvas #footer-right {
	background: url(/img/chuchi/footer-right.png) repeat-x bottom right;
}
#canvas #innercontent {
	display: block;
	background: url(/img/chuchi/logo-part2.png) no-repeat top center;
	padding-top: 15px;
}
#canvas #content {
	background: url(/img/chuchi/canvasbg.png);		
	color: #fff;
	text-align: left;
	margin: 0 auto;
	margin-top: 330px;
}
#canvas #content div {
	margin-left: 60px;
	width: 310px;
	float: left;
	color: #fff;
}
#canvas #bottom-image {
	margin-top: -60px;
}
#canvas #bottom-left {
	background: url(/img/chuchi/footer-left.png) repeat-x; 
}	
#canvas #bottom-center {
	background: url(/img/chuchi/footer-left.png) no-repeat; 
}	
#canvas #bottom-right {
	background: url(/img/chuchi/footer-right.png) repeat-x;
}	
/**** OTHER ****/
.padding {
	
}
