
html{



background: url(images/str.jpg)
;


background repeat: no-repeat;

 

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;



}

h1{
font-size: 100px;
color: #ff0000;
line-height: 1.5;

margin-left:320px;

}

p{
	font-size: 18px;
	padding: 15px;
	margin:0px;
	display:block;
	
	text-align:justify;
	
	background-color: #060606;
	
	color: #ffffff;
	opacity:0.8;
	border: 2px solid #ff0000;
	border-radius: 10px; 
}

.let{

margin-top: 50px;
margin-left: 360px;
}




#lemon { 
	
position:relative;
	
height:56px;
	
color:#E0E0E0;
	
background:#143D55;
	
width:100%;
	
font-family:Helvetica,Arial,Verdana,sans-serif;
}



#song {
	
position:relative;
	
height:33px;
	
font-size:12px;
	
text-transform:uppercase;
	
font-weight:bold;
	
background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;
	
padding:0 0 0 20px;
}

#song ul {
	
margin:0;
	padding:0;
	
list-style-type:none;
	width:auto;
	 
float:left;
}

#song ul li {
	display:block;
	float:left;
	margin:0 1px;
}

#song ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#song ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#song ul li a:hover {
	color:#fff;
}

#song ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}

#song ul li a.current,#dolphinnav ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
}

#song ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
}
