@charset "utf-8";
/* CSS Document */

#column1, #column2, #column3{
    float:left;
	padding-bottom: 500em;
	margin-bottom: -500em;
}

/*
#column1 {
   background: #f99;
}
#column2 {
   background: #ccc;
}
#column3 {
   background: #99f;
}
*/
#column_wrapper {
	overflow: hidden;
}