/* grafika - butelki */
#bottles {
	width:350px;
	height:410px;
	float:left;
	background:url(../Image/bottles2.jpg) no-repeat 0 100%;
}
#bottles a {
	margin-left:52px;
	width:135px;
	height:109px;
	display:block;
}

/* kontener kanapy */
#couch {
	width:650px;
	height:410px;
	float:left;
	clear:right;
}

/* grafika - kanapa (jpg z podmiana na flasha o ile oprogramowanie usera obsluguje) */
#flashbox {
	width:650px;
	height:380px;
	float:left;
	overflow:hidden;
	margin-top:30px;
}
#flashbox img {
	display:block;
}
#flashbox * {
	margin:0;
}