BODY {
  background-image:	url(../images/gradient.gif);
  background-repeat:	repeat-x; }

#splash {
  WIDTH:		100%;
  TEXT-ALIGN:		center;
  FONT-WEIGHT:		normal;
  PADDING:		0px;
  MARGIN:		0px;  }

#maincenter {
  WIDTH:		100%;
  FLOAT:		center; }

#footer {
  CLEAR:		left;
  WIDTH:		100%; }

#bottomline {
  PADDING-RIGHT:	5px;
  PADDING-LEFT:		5px;
  FLOAT:		center;
  PADDING-BOTTOM:	30px;
  COLOR:		#8f8f8f;
  PADDING-TOP:		10px;
  FONT-SIZE:		10px; }

.round {
  cursor:		pointer; 
  cursor:		hand; 
  line-height:		27px;
  background:		url(../images/button.gif) no-repeat right top; 
  padding-right:	30px; 
  vertical-align:	middle;
  display:		block; /*opera*/
  display:		inline-block; /*ie*/
  display:		-moz-inline-box;  /*ff*/ }

.round span { 
  background:		url(../images/button.gif) no-repeat left top; 
  height:		27px;
  display:		block;
  display:		inline-block;
  padding-left:		30px; line-height:27px;
  color:		green;  }

a.round:hover {
  background-position:	right -155px;
  color:		green;  }

a.round:hover span {
  background-position:	left -155px;
  color:		white;  }
	
/*button tag*/
	
button {
  border:		0;
  border:		none;
  background:		transparent; 
  width:		1;
  overflow:		visible;
  white-space:		nowrap;
  padding:		0 2px;
  cursor:		pointer; 
  cursor:		hand; }

* {list-style-type:none; font-family:tahoma, arial, sans-serif; color:green; font-size:9px; font-weight:bold; text-decoration:none;  }
