.background {
	background-image: url(images/flower_bgd.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #0099FF;
}
.table {
	border: thin solid #CC0000;
	background-color: #FFFFCC;
}
.header {
	position: absolute;
	top: 0px;
	width: 50%;
}
#banner {
	position: absolute;
	width: 500px;
	top: 0px;
	left: 225px;
	height: 97px;
}
#newpictures {
	background-color: #FFFFCC;
	border: thin solid #0033FF;
	position: absolute;
	width: 537px;
	left: 152px;
	top: 146px;
	padding: 5px;
}
.image {
	border: thin solid #CCCCCC;
}
.cuturiere_body {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	background-color: #F1F1ED;
}
