*	{
	margin: 0px;
	padding: 0px;
}

body {
	color: #660000;
	background-image: url("17.jpg");
	background-color: #669933;
}

#title {
	height: 50px;
	width: 720px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #ffffcc;
}


#photo {
	height: 380px;
	width: 260px;
	position: absolute;
	top: 70px;
	left: 20px;
	background-color: #ffff99;
}



#opis1 {
	font-size: small;
	height: 380px;
	width: 230px;
	position: absolute;
	top: 70px;
	left: 280px;
	background-color: #ffff99;
}

#opis2 {
	font-size: small;
	height: 380px;
	width: 230px;
	position: absolute;
	top: 70px;
	left: 510px;
	background-color: #ffff99;
}

#footer {
	width: 720px;
	position: absolute;
	top: 450px;
	left: 20px;
	background-color: #ffffcc;
}

.text	{
	margin: 10px;
}

.small	{
	font-size: small;
}

a:link	{
	color: #660000;
	text-decoration: none;
}
a:visited	{
	color: #660000;
	text-decoration: none;
}
a:hover	{
	color: #990000;
	text-decoration: underline;
}
a:active	{
	color: #990000;
	text-decoration: underline;
}




#price {
	height: 160px;
	width: 260px;
	position: absolute;
	top: 330px;
	left: 20px;
	background-color: #5f6527;
}
