@import url(general.css);

#header
{
	height: 112px;
	background-image: url(../images/headerPersone.jpg);
	background-repeat: no-repeat;
}

#body
{
	padding: 30px;
	background-image: url(../images/personeBodyBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 460px;
}

#personContainer
{
	position: relative;
	/*border: 1px solid #f00;*/
	/*right: 53px !important;
	right: 51px;
	*/
	left: 355px;
	width: 520px;
	height: 450px;
	overflow: auto;
}

.person
{
	border: 1px solid #bbb;
	float: left;
	width: 480px;
	height: auto;
	margin-bottom: 30px;
	padding: 5px;
}

.person img
{
	width: 100px;
	height: 100px;
	vertical-align: top;
	border: 1px solid #bbb;
	padding: 2px;
}

.person td
{
	vertical-align: top;
	padding: 5px;
}

#footer
{
	background-image: url(../images/footerPersone.jpg);
	height: 160px;
	clear: both;
}

