#div{
	background:url(images/div_background.png);
	background-repeat:repeat-x;
	width:100%;
	left:0px;
	top:0px;
	height:700px;
	position:absolute;
}

#buttonsright{
	background:url(images/div_buttons.png);
	background-repeat:no-repeat;
	background-position:right;
}

#buttonsleft{
	background:url(images/div_buttons.png);
	background-repeat:no-repeat;
	background-position:left;
}

#tableheader{
	background-repeat:no-repeat;
}

#textfuther{
	color:#FFF;
	font-family: Arial;
	font-size:12px;
}

#divcontent1 {
	position:inherit;
	height:628px;
}

#divcontent{
	position:static;
	background-image:url(images/div_content.png);
	padding:20px;
	width: inherit;
	height: inherit;
}

#divcontent1{
	position:absolute;
	background-image:url(images/table_background.jpg);
	background-repeat:repeat;
	width: 724px;
}
#contenttable{
	background-image:url(images/text_back.png);
	background-repeat:no-repeat;
	background-position:center;
}
#content{
	background-image:url(images/table_background.jpg);
	background-repeat:repeat;
	font-size:14px;
	font:Arial;
	font-style:normal;
	color:#000;

}

#tabletext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#date{
	position:absolute;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}

#calc{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px strong;
}

#table_tr {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
}
