@charset "UTF-8";
/* CSS */


body {
background-image: url(img/main-bg.jpg);
}


#head h1 {
width: 570px;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active {
background-image: url(img/logo-spf.jpg);
}


#contents {
background: url(img/lead.jpg) no-repeat center top; padding: 115px 10px 0 10px; 
}

#globes li {
display: inline;
}

#globes {
background: url(img/globe-bg2.jpg) no-repeat;
}
#globes li a:hover {
opacity: 0.3; filter: alpha(opacity=30);
}




#foot {
background: url(img/foot-bg.gif) no-repeat top center; width: 720px; margin: 0 auto;
}