body {
	background: url(../images/splash.jpg) top right fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
}
#central {
	position:absolute;
	top:50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -255px;
}
#main {
	background: url(../images/bgtransmain.png);
	width: 480px;
	height: 280px;
	padding: 10px;
}
#content {
	width: 480px;
	height: 280px;
	background: url(../images/bgtranscontent.png) top left no-repeat;
}
#links {
	overflow: hidden;
}
#left {
	margin-top: 80px;
	width: 165px;
	height: 190px;
	overflow: hidden;
	float: left;
	margin-left: 30px;

}
#right {
	margin-top: 80px;
	margin-left: 20px;
	width: 180px;
	height: 190px;
	overflow: hidden;
	float: left;
}
a {
	text-decoration: none;
}
#twitter {
	width: 165px;
	height: 32px;
	background: url(../images/twitter.png) top left no-repeat;
	display: block;
}
#twitter:hover {
	background: #fff url(../images/twitter.png) top left no-repeat;
}
#flickr {
	width: 165px;
	height: 32px;
	background: url(../images/flickr.png) top left no-repeat;
	display: block;
}
#flickr:hover {
	background: #fff url(../images/flickr.png) top left no-repeat;
}
#facebook {
	width: 165px;
	height: 32px;
	background: url(../images/facebook.png) top left no-repeat;
	display: block;
}
#facebook:hover {
	background: #fff url(../images/facebook.png) top left no-repeat;
}
#tumblr {
	width: 165px;
	height: 32px;
	background: url(../images/tumblr.png) top left no-repeat;
	display: block;
}
#tumblr:hover {
	background: #fff url(../images/tumblr.png) top left no-repeat;
}
#blog {
	width: 165px;
	height: 32px;
	background: url(../images/wordpress.png) top left no-repeat;
	display: block;
}
#blog:hover {
	background: #fff url(../images/wordpress.png) top left no-repeat;
}
#linkedin {
	width: 180px;
	height: 32px;
	background: url(../images/linkedin.png) top left no-repeat;
	display: block;
}
#linkedin:hover {
	background: #fff url(../images/linkedin.png) top left no-repeat;
}
#delicious {
	width: 165px;
	height: 32px;
	background: url(../images/delicious.png) top left no-repeat;
	display: block;
}
#delicious:hover {
	background: #fff url(../images/delicious.png) top left no-repeat;
}
#twitpic {
	width: 180px;
	height: 32px;
	background: url(../images/twitpic.png) top left no-repeat;
	display: block;
}
#twitpic:hover {
	background: #fff url(../images/twitpic.png) top left no-repeat;
}
#lastfm {
	width: 165px;
	height: 32px;
	background: url(../images/lastfm.png) top left no-repeat;
	display: block;
}
#lastfm:hover {
	background: #fff url(../images/lastfm.png) top left no-repeat;
}
p.titulo {
	margin-left: 42px;
	padding-top: 3px;
	font-weight: bold;
	color: #024873;
}
.url {
	font-size: 9px;
	color: #999;
	font-style: italic;
}
