/* CSS Document */body {	margin:0px;	padding:0px;	background-color:#FFFFFF;	}	/* container - box */	#container {	margin-top:50px;	width:850px;	height:400px;	left:50%;	margin-left:-425px;	position:absolute;	background-color:#FFFFFF;	}	#top {	width:850px;	height:180px;	background-image:url(anim.gif);	background-repeat:no-repeat;	}	#fr {	width:68px;	height:50px;	margin-top:10px;	margin-left:40px;	background-image:url(fr.gif);	float:left;	}		#gb {	width:68px;	height:50px;	margin-top:10px;	margin-left:20px;	background-image:url(gb.gif);	float:left;	}	