@CHARSET "UTF-8";
/*!
* -------------------------------------------------------
* Site:			eagleair.is
* Graphics:	Fínlína - Jónas Þorbergsson
* Code:		  isProject - Hilmar Kári Hallbjörnsson
* -------------------------------------------------------
*/
/**
 * CORE LAYOUT
 */
 #wrapper{ 
	width: 976px; 
	margin: auto; 
}

#content-wrapper{
	width: 776px;
	background: #fff;
	margin: 4px auto;
	padding: 1px 0; /**boxmodel hack*/
}

#content{
	background: url(gfx/bg-main-content.png) repeat-y 4px 0;
	min-height: 20px;
}

#bottom{
	background: #f2F0e8; 
}


