@charset "utf-8";
/* CSS Document */

#body{	
	text-align:center;
	
}
#principal{
	width:950px;
	height:680px;
	overflow:hidden;
	background:url(images/iloveme_fondo.gif) no-repeat;
}


#principal img{
	border:0px;
	float:left;
}
#menu{
	width:330px;
	padding-left:160px;
	float:left;
	text-align:right;
	padding-top:150px;
}
#menu img{
	border:0px;
	float:right;
	padding-top:70px;
}
	
#menu a{
	font-family:"Trebuchet MS";
	color:#55616f;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	line-height:40px;
}
#menu a:hover{
	color:#811c6c;
	text-decoration:none;
}