
#bg_panel
{
	background-image:	url('../images/bg.png');
	background-repeat:	no-repeat;
	width:				1024px;
	height:				548px;		
}

#main_panel
{
	background-image:	url('../images/main_panel.png');
	background-repeat:	no-repeat;
	width:				1024px;
	height:				507px;
	top:				61px;
}

#tab_container
{
	top:				-478px;
	right:				175px;
	width:				460px;
	height:				33px;
	float:				right;
}

#home_tab
{
	float:				left;
}

#portfolio_tab
{
	float:				left;
}

#contact_tab
{
	float:				left;	
}

#about_tab
{
	float:				right;	
}
