body {
	font-family: Arial;
	color: black;
	font-size: 13px;
	background: #584946;
}
a {
	outline: none;	
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 3px 20px;	
}

#header {
	background: url(img/header.gif) no-repeat center center;
	width: 900px;
	height: 70px;
}

#container {
	width: 900px;
	background: url(img/container.gif) center top;
	margin: 20px auto 20px auto;
	position: relative;
}
#content {
	padding: 15px;
	background: transparent;
	height: 450px;
}

#shop {
	float: left;
	width: 500px;	
}
#pasofino {
	float: right;
	width: 320px;	
}
a#shop_image {
	display: block;
	width: 500px;
	height: 212px;
	background: url(img/shop.jpg) no-repeat;
}
a#pasofino_image {
	display: block;
	width: 320px;
	height: 212px;
	background: url(img/pasofino.jpg) no-repeat;
}

a.button {
	display: block;
	padding: 10px;
	background: #7f3c00;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a#shop_button {
	background: url(img/shop_button.gif);	
}
a#pasofino_button {
	background: url(img/pasofino_button.gif);	
}

a.absolute {
	display: block;
	height: 218px;
	position: absolute;
	bottom: 0;
	background: transparent;
}
a#shop_absolute {
	width: 500px;
}
a#pasofino_absolute {
	width: 320px;
}

.cf {
	float:none;
	clear:both;
	line-height:0;
	width:1px;
	margin:0;
	padding:0;
	font-size:0;
	height:0;
}
