<html>
<head>
<base href="../css/">
<style>
@import url(resources/background_image.css);
</style>
</head>
<body>
<script>
document.body.offsetLeft;
</script>
red squares background image.
</body>
<html>
<head>
<base href="../css/">
<style>
@import url(resources/background_image.css);
</style>
</head>
<body>
<script>
document.body.offsetLeft;
</script>
red squares background image.
</body>