/**
 * Home Stylesheet.css
 * Author: Raphael Lagman
 * Created: June 18th, 2009
 */

/* Containers */
div#background_container { background: black url("/images/frontend/home/lobster.png") no-repeat top right; width: 905px; height: 550px; margin: 0px auto;  }
div#content_container { height: 420px; }


/* Header Elements */
div#header_logo { float:left; }
div#header_title  { float:left; margin-left:25px;}

/* Content Container */
div#right_container { float:left; } 

