
/* CONTNET */

.contentHolder{
position:absolute;
top:35px;
width:100%;
}
.contentHeadAddons{
	background-image: url(../images/fp_content_head_addons.png);
	background-repeat: no-repeat;
	width:633px;
	height: 76px;
}

.contentTop
{
	background-image: url(../images/fp_content_top.png);
	background-repeat: no-repeat;
	width:633px;
	height: 28px;
}
.contentBody
{
	background-image: url(../images/fp_content_body.png);
		background-repeat: no-repeat;
	width:633px;
	height: 465px;
	padding:0px 10px 0px 20px;
}

.contentBody .contentTable {
	margin-top:350px;
}
.contentBottom
{
	background-image: url(../images/fp_content_bottom.png);
	background-repeat: no-repeat;
	width:633px;
	height: 36px;
}
