.mycontainer
{
	position: relative;
	background-color: #F1F4FB;
	
	padding-top: 10px;
	padding-bottom: 900px;
}
.mycontainer .rating 
{

	background-image: url(4.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	width: 290px; height: 50px;
	border-bottom: 8px solid #475964;
}

.mycontainer .box 
{ 
	margin-top: 40px;
	margin-left: 50px;
	width: 696px; height: 260px;
	background-image: url(1_2.png);
	background-repeat: no-repeat;
	background-position: 270px 5px; 
	position: relative;
	padding-top: 223px;
	padding-left: 270px;
}
.mycontainer .box #img1 {position: absolute; left: 0px; top: 5px; cursor: pointer;}
.mycontainer .box #img2 {position: absolute; left: 350px; top: 23px; cursor: pointer;}
.mycontainer .box #img3 {position: absolute; left: 10px; top: 220px;}

body
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}



body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(selector.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}