#swf{
	width: 1000px;
	height: 318px;
	background: url(/images_top/swf_bar.png) bottom no-repeat black;
	margin: 0 auto;
	text-align: center;
	color: white;
}

#top_img{
	background: url(/images_top/top_img_bg.png) bottom no-repeat;
	width: 1000px;
	height: 100%;
	
}

#top_img #left{
	width: 654px;
	float: left;
}

#support_box{
	float: left;
	width: 305px;
	top:0;
	left: 22px;
}

#products_box{
	float: right;
	top: 0;
	left: 348px;
	width: 305px;
}

#school_box{
	float: right;
	top: 0;
	width: 305px;
}


#support_box p,#products_box p,#school_box p{
	padding: 10px 10px 20px 10px;
	line-height: 1.5em;
}

#topicsBox{
	width: 1000px;
	height: 320px;
	
}

#topicsBox #left{
	width: 660px;
	float: left;
	height: 320px;
	background: url(/images_top/topics.png) top no-repeat;
	position: relative;
}

#topics{
	width: 558px;
	height: 243px;
	position: absolute;
	top:44px;
	left: 65px;
	overflow: auto;
}

#topicsBox #right{
	width: 328px;
	float: right;
}

#top_img:after,#topicsBox:after { content: url(/img/pixel.gif); display: block; clear: both; height: 0; } 
#top_img,#topicsBox{ display: inline-block; } 
#top_img,#topicsBox{ display: block; }