div{
	/*border: 1px solid black;*/
}

div#wrapper{
	background-image: url(../img/tech_talk.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 900px;
	margin-top: 8px;
	font-size: 60%;
	overflow: hidden;
}

div#tech_talk, div#warranties{
	width: 420px;
	height: 470px;
	position: absolute;
	top: 65px;
	overflow: hidden;
}


div#tech_talk{
	left: 10px;
}

div#warranties{
	left: 465px;
}

div#tech_talk_scroll{
	position: absolute;
	width: 2px;
	height: 455px;
	top: 65px;
	left: 432px;
	background: url(../img/slider_vert.gif) repeat-y;
}

div#warranties_scroll{
	position: absolute;
	width: 2px;
	height: 455px;
	top: 65px;
	left: 890px;
	background: url(../img/slider_vert.gif) repeat-y;
}
