﻿body {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	color: #000;
	background-color: #fff;
}
div {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
#MainContainer {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 800px;
	height: auto;
}
#FlashContainer {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 800px;
	height: 265px;
}
#ContentContainer {
	position: absolute;
	display: inline;
	top: 266px;
	left: 0;
	width: 800px;
	height: auto;
	background-image: url('/teensanddri/images/layout/content_bg.gif');
	background-position: 0 0;
	background-repeat: repeat-y;
}
#ContentMain {
	position: relative;
	display: block;
	width: 570px;
	height: auto;
	padding: 10px 20px 0 20px;
	margin: 0 5px -10px 5px;
	background-image: url('/teensanddri/images/layout/content_main_header.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: justify;
}
html > body #ContentMain {
	width: 530px;
}
#ContentMainFooter {
	position: relative;
	display: block;
	width: 570px;
	height: auto;
	padding: 0;
	margin: 0 -20px -20px -20px;
	background-image: url('/teensanddri/images/layout/content_main_footer.gif');
	background-position: 0 bottom;
	background-repeat: no-repeat;
	text-align: justify;
}
html > body #ContentMainFooter {
	width: 530px;
}
#ContentCallOutMain {
	position: relative;
	display: block;
	width: 215px;
	height: auto;
	float: right;
	clear: right;
	padding: 0;
	margin: 0 -4px;
	background-image: url('/teensanddri/images/layout/content_callout_header.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}
html > body #ContentCallOutMain {
	width: 210px;
}
#ContentCallOut {
	padding: 10px;
	height: 300px;
	line-height: 1.5em;
}
#ContentCallOutFooter {
	position: relative;
	display: inline;
	width: 218px;
	height: auto;
	padding: 0;
	margin: 0 6px 0 0;
	background-image: url('/teensanddri/images/layout/content_callout_footer.gif');
	background-position: 0 bottom;
	background-repeat: no-repeat;
	z-index: 25;
}
html > body #ContentCallOutFooter {
	width: 210px;
}
#FooterContainer {
	position: relative;
	display: block;
	top: 585px;
	width: 800px;
	height: 30px;
	background-image: url('/teensanddri/images/flash2_23.gif');
	background-position: 100% bottom;
	background-repeat: no-repeat;
	z-index: 24;
}
#FooterBook {
	position: relative;
	display: inline;
	bottom: 86px;
	left: -20px;
	float: left;
	clear: both;
	z-index: 20;
	margin-bottom: -136px;
}
.feedback_container{
	width:500px;
	background-color:red;
}