#main {
	background-image: url(/static/images/pix/radha_pink2.jpg); background-repeat: no-repeat;
}
#metamenu {
	clear: both;
}
#substory {
	position: absolute;
	bottom: 20px;
	left: 0px;
}
#frame {
	position: absolute;
	bottom: 48px;
	right: 0px;
	width: 481px;
	height: 415px;
}
#nav {
	width: 481px;
	position: absolute;
	bottom: 25px;
	right: 0px;
}
#nav a {
	display: block;
	float: left;
	margin-left: 0;
	font-size:12px;
}
#nav a + a {
	margin-left: 12px;
}
#content {
	/*float: left;*/
	width: 459px;
	position: relative;
	height: 100%;
	margin-right: 0px;
	margin-bottom: 10px; /*distance to nav*/

	text-align: justify;
	color:#404040;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	overflow: hidden;
}
#content p {
	line-height:14px;
}
#scroll {
	float: right;
	position: absolute;
	bottom: 4px;
	width: 10px;
	right: 0px;
}
.scroller {
	display: block;
	float: right;
}