@charset "utf-8";
/* CSS Document */
html{
	
	
	
	
	}
	
	
	
body
{
	
	/*background-image:url(images/bottom-bg.png), url(images/top-bg.png);
	background-repeat:repeat-x ,repeat-x;
	-moz-background-size:1280px,1280px;
	background-position:bottom left,top left;*/
	
	height:100%;
	min-height:768px;
	max-width:100%;
	margin:0 auto;
	z-index:0;
	display:block;


}
div#bg
{	
position:absolute;
background-attachment:scroll;


background-image:url(images/top-bg.png);
	background-repeat:repeat-x;
	-moz-background-size:75%;
	-webkit-background-size:75%;
	-ms-background-size:75%;
	-o-background-size:75%;
	
	background-size:75%;
	background-position:top left;
	min-width:1024px;
	height:100%;
	width:100%;
	display:block;
	z-index:1;
	
	
	
}

/*div#bg
{	
position:fixed;


background-image:url(images/bottom-bg.png), url(images/top-bg.png);
	background-repeat:repeat-x ,repeat-x;
	-moz-background-size:75%,75%;
	background-size:78%,75%;
	background-position:bottom right,top left;
	
	min-width:1024px;
	height:100%;
	width:100%;
	display:block;
	z-index:1;
	
	
	
}*/
#container
{
	
max-width:64em;
min-width:64em;
margin:0px auto;
display:block;
height:95%;
}

#logo 
 {
	margin:0 auto;
	top:5em;
	position:relative;
	background-image:url(images/smegg.jpg);
	/*background-color:#000;*/
	background-position:center top;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-size:30%;
	-moz-background-size:30%;
	-ms-background-size:30%;
	
	-o-background-size:30%;
	width:60%;
	height:11.56em;
	z-index:5;
	
}
 
#contenido
{
	position:relative;
	
	width:82%;
	
	padding:13px;
	font-family: FreeMono, monospace;
	font-size:12px;
	
	margin: 0px auto;
	text-align:left;
	
}


div#menu {
	position:relative;
	z-index:8;
	width:15.63em;
	height:11%;
	top:7em;
	margin:40px 0px 5px auto;

}
div#menu ul
{
	position:relative;
	font-family: FreeMono, monospace;
	font-size:11px;
	line-height:5px;
	list-style:none;
	text-decoration:none;
	text-align:right;
	
}

	
#songs 
	{
		
		margin-left:auto;
		margin-right:1px;
		width:70%;
		font-family: FreeMono, monospace;
		font-size:10px;
		position:relative;
	 	top:15em;
		z-index:3;
	
	}
.cloud
{position:relative;
   


   
}
#pie
{
	position:fixed;
	background-image:url(images/bottom-bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom center;
	-moz-background-size:1024px 200px;
	-webkit-background-size:1024px 200px;
	-ms-background-size:1024px 200px;
	-o-background-size:1024px 200px;
	background-size:1024px 200px;
	
	font-family: FreeMono, monospace;
	font-size:11px;
	color:#FFF;
	
	
	width:100%;
	height:30%;
	bottom:0px;
	
	min-height:400px;
	min-width:1024px;
	
	z-index:2;
	

	
}
#pie p
{
	width:100%;
	min-width:1024px;
	text-align:right;
	position:absolute;
	bottom:.8em;
	right:10%;
	left:auto;
	
	
	

}
#back 
{
	font-family: FreeMono, monospace;
	font-size:1em;
	color:#000;
	top:48%;
	position:fixed;
	z-index:10;	
	
	}