/* CSS Document */

/*-------------main begin--------------*/
body {
  	background: top;
	background-color:#CCFFCC;
	background-image: url(img/bayoufx.gif);
	}

	
#allcontent {
  	width: 800px;
  	margin-right: auto;
  	margin-left: auto;
	font-style: italic;
  	}

.italic {
  	font-style: italic;
  	}
  
.thumbnail {
	float: left;
	width: 400px;
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto
	}
	
a:link {
	color: #ffffff;
	}
	
a:hover {
	color: #000000;
	}
	
a:visited {
	border: #ffffff;
	}
