@charset "UTF-8";
body {
	background-image: url(../img/intro_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: float;
       background-position: bottom;
}
.intro_title {
	background: url(../img/intro_title.jpg) center center no-repeat;
        padding:60px 60px
}