@charset "utf-8";
/* CSS Document */

#bgleft{
	background-image:url(../images/left.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:1186px;

}

#bgright{
	background-image:url(../images/right.jpg);
	background-position:left top;
	background-repeat:no-repeat;

}
#bgbottom{
	background-image:url(../images/bottom_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:336px;
}