
html, body {
background-color:#993333;
 margin:0px;
 padding:0px;
 font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 background:#FFFFFF;
 height:100%;
 color: 000;
}

#container {
background-image:url(../img/muro3.jpg);
 width:800px;
 margin:10px auto;
 border:2px solid #8c6239;
}

a {
	text-decoration: none;
}
p:hover {
	text-decoration: underline;
}

p, ol, ul {
	text-decoration: none;
}

#post {
 padding-left:15px;
 padding-right:15px;
}

h2 {
	font-size: 28px;
}

/* Header */

#header {
	height: 140px;
	background: url(../img/header.jpg) no-repeat;
}

/* Footer */

#footer {
	height: auto;
	text-align: center;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}