/* layout */
#frame {
	padding: 0px;
	margin: 0px auto;
}

#topleft {
	float: left;
	background-image: url(images/layout_new/redrose_topleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#topright {
	float: right;
	background-image: url(images/layout_new/redrose_topright.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#bottomleft {
	float: left;
	background-image: url(images/layout_new/redrose_bottomleft.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#bottomright {
	float: right;
	margin: 0px;
	padding: 75px;
	background-image: url(images/layout_new/redrose_bottomright.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content {
	width: 610px;
	text-align: center;
}
