@charset "utf-8";
/* CSS Document */

	.portfoliolink{
		position:	absolute;
		top: 		886px;
		left: 		476px;
		width:		135px;
		height:		47px;
	}
	.portfoliolink img{
		border:		none;
	}
	
	.bglogo {	
		width:		1680px;
		height:		1050px;
						
		background:	black
					bottom
					no-repeat
					url(/home/Images/sf1on1logo2.png); 
					
						
		position: 		absolute;
		bottom:			0px;
		left: 			50%;
		margin-left: 	-830px;
	}
	body
	{
		min-width: 900px;
	} 
