@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

a { outline: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 1.3em;

}

h1 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;

}


#picadeli {
	float: left;
	width: 183px;
	margin-left: 75px;
	margin-bottom: 20px;
}

#button a {
	background-image: url(../images/btn_link.png);
	display: block;
	height: 52px;
	width: 299px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}


#button a:hover {
	background-image: url(../images/btn_hover.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 299px;

}


#halfday {
	float: right;
	width: 249px;
	margin-right: 65px;
	margin-top: 15px;
	margin-bottom: 10px;
}


#content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
