/****************************

Home Page CSS for Bungert V5
	
	For the site's root page
	
	By Stephen Bungert
	http://www.bungert.co.uk/
	
****************************/

body
{
	background: #0d0d0d;
	color: #fff;
	min-height: 600px;
}
	
	#page,
	#header,
	#main,
	#footer
	{
		background: transparent;
	}
	
		#header,
		#main,
		#footer
		{
			border: none;
			padding: 0px;
		}
			
			#homePageGreenBg
			{
				position: absolute;
				top: 50%;
				z-index: 3px;
				height: 366px;
				margin-top: -183px;
				background: transparent url(../images/backgrounds/home_page_fade.png) scroll repeat-x top center;
			}
			
			#homePageGreen
			{
				border-top: 6px solid #a4ce64;
				border-bottom: 6px solid #a4ce64;
				background: #000;
				height: 172px;
				position: absolute;
				top: 50%;
				margin-top: -86px;
				z-index: 2px;
			}
				
				#homePageGreenContent
				{
					width: 940px;
				}
/* Portfolio Grid */
/* -------------- */

.portImageTitle,
.portImageTitleBg
{
	height: auto;
	line-height: 1.3em;
	padding: 4px 5px;
}
