<%= stylesheet_link_tag 'portlet_test_bench/main' %> <%= render :partial => 'caterpillar/application/back_to_menu' %> Body
background-color: gray; font: 11px Arial,Helvetica;

All the following divs should appear the same, with different background colors.
margin: 25px; padding: 10px; border: 1px solid #000000;

This is a div with self-contained style parameters.
background: orange
This is a div with style definitions in main.css.
background: purple
This is a div with style definitions in <head>.
background: blue
This is a div with style definitions in <body>.
background: green