BODY {
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	color: #000000;
	background-image:url('img/bg.gif');
	background-repeat: repeat-y;
  	background-position: top center;
}
DIV { 
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana;
	width: 1000px; 
	height: 500px; 
	border-left: 3px solid black;
	border-top: 3px solid black;
	border-right: 5px solid grey;
	border-bottom: 5px solid grey;
}
SPAN {
	font-size: 10px;
}
