@charset "utf-8";
/* CSS Document */
html {

}
body {
	margin:0px;
	padding:0px;
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat;
	background-position:top left;
	text-align:center;
	
}
#main {
 width:850px;
 margin:0px auto;
 text-align:left;
}

#logo {
	text-align:center;
	padding:20px 0px;
}
#jeansWear,
#workWear  {
	float:left;
}
#jeansWear {
	margin-right:30px;
}
#jeansWear .title {
	background-image:url(../images/steberg-jeans-title.gif);
	background-repeat:no-repeat;
	width:378px;
	height:58px;
	text-indent:-99999px;

}

#workWear .title {
	background-image:url(../images/steberg-workwear-title.gif);
	background-repeat:no-repeat;
	width:378px;
	height:58px;
	text-indent:-99999px;

}