/* Direct Cars: Small Resolution Fix */
/*************************************/
/* Solves a problem where users with */
/* smaller screens (iPhone, Symbian, */
/* Wii etc.) would lose 50% of the   */
/* main box, due to an essential CSS */
/* technique to get the window into  */
/* the center of the screen.         */
/*************************************/
#container
{
	left: 0;
	margin-left: 0px;
}
