@charset "utf-8";
/*

-----------------------------------------------------

Copyright 2007 Eggplant Studios All Rights Reserved.

Author: Eggplant Studios Team

-----------------------------------------------------
			--- TOC ---  

	1. HTML and BODY
	
	2. Frame work 
	
	3. Basic Classes
	
	4. Basic HTML
	
	5. Navigation
	
	6. Typography

bg color: #e5e5e5

*/


/* --- 1. HTML and BODY --- */
body, html { font-size:100%; color:#fff; font-family: arial, sans-serif; margin:0; padding:0;}

body { background:url(../assets/images/bg.gif) #432510 repeat;}

/* --- 2. Frame work  --- */
#flashHolder { width:740px; height:416px; margin: 40px auto;}
#flash {}


