@charset "utf-8";
/* CSS Document */

html{
width:100%;
height:100%;
padding:0px;
margin:0px;
}

body{
background-color:#E5E5E5;
background-image: url(img/sf_index.jpg);
background-repeat: repeat-x;
width:100%;
height:100%;
padding:0px;
margin:0px;
}

#intro{
width:800px;
padding:0px;
margin:0px auto;
}
