In your tutorial it says:
“You can’t just reference to the style sheet by typing ‘style.css’, but you have to type the full URL.”
A better alternative would probably be to use “<? bloginfo(‘stylesheet_directory’)?>/style.css” in place of the full URL. It would ensure that the theme works in any context, not just one website with an absolute URL.