/* includes all the other stylesheets, so that we only need to call base.css from our (X)HTML documents to use the entire framework. */
@import "reset.css";
@import "type.css";
@import "grid.css";
@import "widgets.css";
#imagecontainer{ position:relative; width:650px; text-align:center; margin:0px auto;}

#imagecontainer div{ position:relative; width: 160px; margin:10px auto; float:left}

#imagecontainer div img{border:2px solid #999999;}