body {
	margin: 0 auto 0 auto;
	padding: 0px;
	font: normal 11px/14px "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	text-align: center;
}

img {
	border: 0;
}

a {
	color: #000000;
}

a:hover {
	background-color: #F38F3E;
	color: #FFFFFF;
	text-decoration: none;
}

em {
	font-style: normal;
	color: #B24A00;
}

#header {
	font: bold 14px/20px "Lucida Sans Unicode", Verdana, Tahoma, Arial;
	width: 330px;
	height: 143px;
	background: url(../images/s_logo.gif);
	float: none;
}

#header span {
	display:none
}

#content {
	width: 484px;
	text-align: center;
}

#left {
	width: 215px;
	padding: 20px 0 0 0;
	float: left;
	text-align: right;
}

#center {
	float: left;
	width: 54px;
}

#right {
	width: 215px;
	padding: 20px 0 0 0;
	float: left;
	text-align: left;
}

#download {
	float: none;
	width: 205px;
	height: 37px;
}

#download a {
	width: 205px;
 	/* hide from IE 5.0 Classic Mac \*/
	float:left;
	/* end hiding from IE 5.0 Classic Mac */
  	padding: 37px 0 0 0;
  	overflow: hidden;
  	height: 0 !important; /* for most browsers */
  	height /**/:36px; /* for IE5.5's bad box model */
	background: url(../images/s_download.gif) top no-repeat;
}

#download a:hover {
 	background-position: 0 -37px;
}

#enter {
	float: none;
	width: 162px;
	height: 36px;
	margin-right: 20px;
}

#enter a {
	width: 162px;
 	/* hide from IE 5.0 Classic Mac \*/
	float:left;
	/* end hiding from IE 5.0 Classic Mac */
  	padding: 36px 0 0 0;
  	overflow: hidden;
  	height: 0 !important; /* for most browsers */
  	height /**/:36px; /* for IE5.5's bad box model */
	background: url(../images/s_enter.gif) top no-repeat;
}

#enter a:hover {
 	background-position: 0 -36px;
}
