body{
	background: url("1.jpg") center fixed;
	background-size: cover;	
}
#top{
	background:#none;
	height:50px;
	
}
#right{
	position: absolute;
	top: 20px;
	right: 150px;	
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 20px;
	
}
.home{
	float: left;
	color: #FFFFFF;
	margin-left: 30px;
}
.home a:link{
	color: #FFCC55;
	text-decoration:overline;
	
}
.home a:hover{
	color: #CC9999;
	text-decoration: underline;
}

#middle{
	
	background:#none;
	height:675px;
	
	
	
	
	
}
#tit{
	color: #FFFFFF;
	font-size: 50px;
}
.content{
	position: relative;
	top: 100px;
	left: 850px;
	background: #333388;
	border: 1px solid #555555;
	width: 300px;
	height: 300px;
	float: left;
	margin: 100px;
	

}
#ricardo{
	background: url("2.jpg");
	width: 300px;
	height: 160px;
	position: relative;
	
}
#ricardo:hover{
	background: url("3.jpg");
	width: 300px;
	height: 180px;
	position: relative;
	

}
#watch{
	background: #881199;
	width: 280px;
	height: 30px;
	position: absolute;
	top: 200px;
	color: #117788;
	font-size: 30px;
	padding: 10px 10px;
}
#bottom{
	background:#FFFFFF;
	height:20px;
}

#blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
