html {
	background-image:  url(images/fleur_bg.gif);
}


body {
	margin: 0 auto;
	padding:0;
	border:0;
	width: 484px;
}


#picsw{
 border: 1px solid #300;
 width: 480px;
 background: #300 url(images/mike_bug.gif) no-repeat bottom right;
 color: white;
 font: 10px/10px Verdana, Helvetica, sans-serif;
 /*height: 400px;*/
 margin: 10px;
}


#picst{
 border: 1px solid #300;
 width: 360px;
 background: #300 url(images/mike_bug.gif) no-repeat bottom right;
 color: white;
 font: 10px/10px Verdana, Helvetica, sans-serif;
 /*height: 520px;*/
 margin: 10px;
}


#moreinfow{
 margin:-15px 0 0 0;
 text-align: left;
}
#moreinfow .right{
	margin-left: 60px;
}


p{
	text-align: center;
	padding-bottom: 10px;
}
#credit{
	margin:0 110px 0 10px;	
	text-align: center;
	background: #39c;
	color: white;
	font: 9px/10px Verdana, Courier, sans-serif;
}