#main
{
	position:absolute;
	width: 750px;
	height:100px;
	z-index: 2;
	left: 50%;
	top: 140px;
	margin-left: -300px;
}
#picleft
{
	position:relative;
	width: 365px;
	z-index: 3;
	float:left;
}
#picright
{
	position:relative;
	width: 365px;
	z-index: 3;
	float:right;
}
#cvright
{
	position:relative;
	width: 365px;
	z-index: 3;
	float:right;
}
#cvleft
{
	position:relative;
	width: 365px;
	z-index: 3;
	float:left;
}
#links
{
	position:relative;
	width: 750px;
	height: 20px;
	z-index: 3;
}
