/* CSS Document */

#container{
	width: 1024px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/head.jpg);
	margin: 0px;
}



#globalNav{
	position: absolute;
	width: 327px;
	height: 37px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	top: 97px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 425px;
}

img.top_button {
  border: 0;
  position: absolute;
  right: 45px;
  top: 23px;
  /* background: see style css */
  width: 164px;
  height: 56px;
}
 
/* from style1.css */
 
img.top_button {
	background-image: url(../images/head-button.jpg);
	background-repeat: no-repeat;
}


