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

div.container
{
	border:0px solid gray;
	line-height:100%;
	height: 1080px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/backgrd.jpg);
}
div.container2
{
	border:0px solid gray;
	line-height:100%;
	height: 2093px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/backgrd2.jpg);
}
div.left
{
	width:210px;
	margin-top: 55px;
	margin-left: 37px;
	height: 118px;
	position: absolute;
}
div.left2
{
	width:258px;
	margin-top: 170px;
	margin-left: 0px;
	position: absolute;
	height: 192px;
}
div.left3
{
	width:202px;
	margin-top: 390px;
	margin-left: 38px;
	position: absolute;
	height: 236px;
}
div.content
{
	width:593px;
	margin-top: 50px;
	margin-left:268px;
	position: absolute;
	height: 315px;
}
div.content2
{
	width:593px;
	margin-top: 390px;
	margin-left:267px;
	position: absolute;
	height: 240px;
}
div.bottom
{
	width:900px;
	margin-top: 1050px;
	margin-left:0px;
	position: absolute;
	height: 25px;
}
div.bottom2
{
	width:900px;
	margin-top: 2050px;
	margin-left:0px;
	position: absolute;
	height: 25px;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 592px;
	height: 655px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	margin-left: 270px;
	margin-top: 390px;
}
#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 592px;
	height: 1650px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	margin-left: 270px;
	margin-top: 390px;
}
