/* global styles */

@import "reset-min.css";
@import "footer.css";

body { 
  margin: 0;
  font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #444;
	background: #fff url(/images/bg.jpg) no-repeat center 0;
	
	/* hide scrollbars, for better gameplay on small monitors */
	overflow-x:hidden;	
}

a { color:#0080CC; }
a:hover { color:#023A5B; }

strong { font-weight: bold; }

.ir { display:block; background-repeat: no-repeat; text-indent: -9999px; }
.button { outline: none; }
body div#Container {
  width: 924px;
  margin: 0 auto;
}

body div#Container div#Central {
  margin: 12px auto 0 auto;
  padding: 12px;  
  width: 900px;
  height: 500px;
}
body.ie6 div#Container div#Central {
  margin: 10px auto 0 auto;
}


/* page-specific styles */

body.home div#Container div#Central #FlashGame {
  width: 900px;
  height: 500px;
}

body.home div.require-flash-notice {
  text-align: center;
	width: 900px;
	padding: 80px 0 0 0;
	background: url(/images/topima.jpg) no-repeat;
	height: 500px;
}

body.home div#Central #Login {
  width:900px;
  height:500px;
  background: transparent url(/images/login/background.jpg) no-repeat 0 0;
  position: relative;
}

body.home div#Central #Login div.entry {
  margin: 0 0 0 597px;
  width: 303px;
}

/* Account Bar */

/* drop the background down a few pixels to make room for the "Account" bar */
body.extended {
  background-position: center 12px;
}

#AccountBar {
  width: 100%;
  background-color: #f3f8fc;
  font-size: 12px;
  height: 12px;
}
#AccountBar div.content {
  position: relative;
  width: 900px;
  background-image: none;
  margin: 0 auto;  
}
#AccountBar div.content p {
  position: absolute;
  top: 12px;
  right: 0;
  color: #666;
  margin: 0;
  padding: 0;
}

/*
#Login div.quick-play p.saved-games-notice {
  display: none;
  padding: 0;
  color: #333;
  margin: 0 auto;
  width: 220px;
}
*/