@charset "utf-8";
/* CSS Document */
#pageTop{
	background: url(../images/conent-bg-top.jpg) no-repeat center top;
}
body {
	color: #000000;
	background-color: #2399C8;
}
#pageBg{
	background: url(../images/conent-bg.jpg) repeat-y center;
}
#pageBottom{
	background: url(../images/conent-bg-bottom.jpg) no-repeat center bottom;
}

