body {	background: url(images/bg.jpg); 
	background-attachment:	fixed;
	
}
	
#allcontent {
	background-color: #54843e;
	color:		white;
	width:          650px;
	line-height:	.5px;
	font-family: 	Georgia, "Times New Roman", Times, serif;
	padding:	5px;
	font-size:	medium;
	border-color:	yellow;
	border-width:	4px;
	border-style:	double;
	margin-left:	auto;
	margin-right:	auto;
 }

#title {
	text-align:	center;
}

#allcontent1 {
 	background-color: #54843e;
	color:		white;
	line-height:	.5px;
	font-family: 	Georgia, "Times New Roman", Times, serif;
	font-size:	medium;
	border-color:	yellow;
	border-width:	4px;
	border-style:	double;
	text-align:     center;
	width:          600px;
	margin-left:	auto;
	margin-right:	auto;
}	
#footer {
	text-align:	center;
	color:		yellow;
	line-height:	1em;
	font-family: 	Georgia, "Times New Roman", Times, serif;
	font-size:	12px;
	
}

#pic {
	text-align: center;
}

a:link { color:	yellow; }

a:visited { color: white;}




