html{ background:url(../images/dock.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body{ overflow: hidden;

}
#header{
	top:0;
width:0;
height:0;


}

#container{
	margin:auto;
width: 750px;
background-color:rgba(255,255,255,.8);
padding: 0 20px 20px 20px;
}

.robot{background:url(../images/icon.png) 0 50%;
		background-repeat: no-repeat; 
		padding-left: 30px;}

h1 {
	font-family:'Sarpanch';
	margin-left: 40px;
	color:black;
	background-color:transparent;
}

#header h2{
	margin:-20px auto 0px auto;
width:600px;
color:#ccc;
}
			
			#header{
	background: #0FF;
	padding: 0px;
	background-image: url(../images/pasta.jpg);
	text-align:center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li h1 {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul{	text-align:center;
	display:inline-block;
	position:relative;}
	
	#navigation{
		width:100%;
		text-align:center;
		margin-top:70px;
		background:none;
			}
table{
margin:auto;
width: 750px;
background-color:rgba(255,255,255,.8);
padding: 0 20px 20px 20px;
	
}
#scroller {
width: auto;
height: auto;
overflow: auto;
}