body {
	margin: 0px;
	background-color: #F9C861;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-image: url(/images/200204-swoosh.gif);

}

div.faceaMundo {
	height: 530px;
	margin: 0px;
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: top left;
	background-image: url(/images/200206-face.gif);
}

#blogUpdateContainer {
	position: absolute;
	left: 400px;
	top: 10px;
	z-index: 500;
	font-family: verdana, arial;
	font-size: 0.7em;
}

#artlungContainer {
	position: absolute;
	left: 5px;
	top: 7px;
	z-index: 100;
}

#bigContentBlock {
	width: 300px;
	position: absolute;
	top: 120px;
	left: 270px;
	padding: 40px;
	z-index: 50;
}

#copyright {
	position: absolute;
	left: 5px;
	top: 515px;
}


a {
        color: #3300FF;
        outline: none;
        background-color: transparent;
}
a:link {
        color: #3300FF;
        background-color: transparent;
}
a:visited {
        color: #000066;
        background-color: transparent;
}
a:hover {
        color: #FFF;
        background-color: #3300FF;
}

p {
	font-family: verdana, arial;
	font-size: 0.7em;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 4px;
}

