body {
	margin:50px 0px; padding:0px; 
	text-align:center; 
	
	color: black;
	background: white;

	font-family: "Arial";
	font-size: 0.80em;
	line-height: 1.5em;

	
	background-image: 
	url('http://3j.wu.lt/webbeb/img/0002.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	}
	
#Content {
	width:765px;
	margin:0px auto; 
	text-align:left; 
	padding:0px;
	}

a {
	color: #900;	
	text-decoration: none;
	}

a:visited {
	color: #900;
	text-decoration: none;
	}

a:hover {
	color: #777;
	text-decoration: underline;
	}
