@charset "UTF-8";
/* CSS Document */

div#content {
	position: relative;
	background: url(../img/default_content_bg.jpg);
	background-repeat: repeat-y;
}

div#content p {
	margin-bottom: 10px;
}

.testimonial {
	display: none;
	margin: auto 10px;
	width: 525px;
	line-height: 1.45em;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	overflow: auto;
	height: 300px;
	padding-right: 30px;
}

.testimonial img {
	float: right;
	margin: 0 10px 10px 10px;
}

div#control {
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-size: 12px;
	border: 1px solid #99CCFF;
	padding: 5px;
}

div#control img {
	cursor: pointer;
}