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

html,body{

margin:0px;

height:100%;

}
.bg_down{
	
background-image:url(images/bg_down.jpg);
background-repeat:repeat-y;
background-position:bottom;}
