﻿@import "2.css";

/* Culip CSS document : #01-1 (Original 1) 2006-03-15,
   Copyright (C) Nate Oyama (Kennedy7X7@aol.com)
   Verbatim copying and distribution of this entire article is 
   permitted in any medium, provided this notice is preserved.*/

/*The following rule is must be hidden from Microsoft Internet 
	Explorer which gets confused between 'fixed' and 'absolute' 
	in position property.*/

/*LEFT, RIGHT*/

body>div#left, 
body>div#right{
	position:fixed;
}