﻿/* 

	NAME:		CSS STYLE SHEET - ELEMENT_COLOR
	COMPANY:	E-fect LLC
	AUTHOR:		Eric Wolsing
	DATE:		03-07-2008
	PURPOSE:	Defines the color for structural elements

*/

/* Colors for specific HTML elements*/
body 
{
	background-color:#ffffff;
}

/* Colors for custom div elements*/
#container
{
	/*background-color:#ffffff;*/
}
