/*body {
	font-family: Verdana,Tahoma;
	font-size:12px;
	margin:auto;
	text-align:center;
} */

body { 
	background: url(design/sitemap.jpg) no-repeat left fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font-family: verdana;
	line-height: 1.5;
	font-size:12px;
}

h2 {
	padding-top:10px;
	margin:0px;
}

div#up {

	margin:auto; 

	opacity: 0.8;
    filter: alpha(opacity=80);
	/*border-radius: 5px;*/
	background: silver;
	padding: 20px; 
    width: 250px;
    height: 480px; 
}



