/* CSS Document */

body{
background-image:url(../images/mainbg.jpg);
background-repeat:repeat-x;
}

#wapper{
margin-left:auto;
margin-right:auto;
width:920px;
height:100%;
}

#top{
float:left;
width:920px;
height:100px;
}

#menu{
float:left;
width:920px;
height:30px;
}

#center{
float:left;
width:920px;
height:300px;
}

	#centerimg{
	float:left;
	background-image:url(../images/center_img.jpg);
	width:500px;
	height:300px;
	}
		#center_txt{
		float:left;
		width:195px;
		height:280px;
		text-align:justify;
		padding:10px;
		}
#space{
float:left;
width:170px;
height:300px;
}
#productlist1{
float:left;
width:249px;
height:300px;
}

#icons{
float:left;
width:920px;
height:450px;
margin-top:10px;
}

#products{
float:left;
width:920px;
height:890px;
margin-top:10px;
}

#footer{
margin-top:10px;
float:left;
width:920px;
height:150px;
}

		#fimg{
		float:left;
		width:150px;
		height:150px;
		}
		#ftext{
		float:left;
		width:770px;
		height:150px;
		vertical-align:middle;
		text-align:center;
		}		
	
	
