body {
	color: #3c3424;
	background-color: #673729;
	background-image: url(back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 668px;
	margin-top: 30px;
}
#my_top {
	background-image: url(my_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 668px;
}
#menu {
	float: right;
	width: 219px;
	margin-top: 255px;
	margin-right: 50px;
}
#my_mid {
	background-image: url(my_mid.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 668px;
}
#texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3c3424;
	width: 620px;
	text-align: justify;
	margin-top: 10px;
}
#texto h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #673729;
}
#my_footer {
	background-image: url(my_footer.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 668px;
	margin: 0px 0px 20px;
	padding: 0px;
}
