@CHARSET "ISO-8859-1";

body {
	background-color: #ffaabb;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
}

body.renaissance {
	background-color: #ffbb99;
}

body.meadowsweet {
	background-color: #bbdd88;
}

body.rococo_collection {
	background-color: #99ddee;
}

td {
	text-align: center;
}

a {
	color: #000000
}

a img {
	border: none;
}

#frame {
	position: relative;
	margin: 0 auto;
	width: 768px;
	height: 578px;
	text-align: center;
}

#title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 256px;
	height: 128px;
	text-align: right;
}

#collection {
	position: absolute;
	top: 0px;
	left: 512px;
	width: 256px;
	height: 128px;
	text-align: left;
}

#picture {
	position: absolute;
	top: 96px;
	left: 160px;
	width: 448px;
	height: 352px;
	text-align: center;
}

#shop {
	position: absolute;
	top: 192px;
	left: 0px;
	width: 128px;
	height: 128px;
	text-align: center;
}

#description {
	position: absolute;
	top: 256px;
	left: 640px;
	width: 128px;
	height: 192px;
	text-align: center;
}

#navigation {
	position: absolute;
	top: 448px;
	left: 0px;
	width: 768px;
	height: 96px;
	text-align: center;
}

#strap {
	position: absolute;
	top: 544px;
	left: 0px;
	width: 768px;
	height: 32px;
	text-align: center;
}