body { 
   background : darkblue no-repeat;
   text-align : center;
   	margin-left: auto;
	width: 700px;
	height: 100%;
	margin-right: auto;
	position: relative;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-top:0px;
	margin-bottom:0px;

}
#container {
	background: white no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	width: 680px;
	height: 100%;
	margin-right: auto;
	position: relative;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


p {
   text-align: center;
}

.gio {
	background: white;
	color: blue;
	border: white 2px solid;
}

div.menu a { 
	position: absolute;
	left: 580px;
	top: 370px;
	color : yellow;
	background-color : red;
	border-color : red;
	padding : 0.5em;
	text-decoration : none;
	display : block;
	width : 100px;
	
	

 }		
				
div.menu {
	margin : 0;
	width : 20%;
}						

div.menu a:hover { 
	background-color: #4097e4;
}