@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border-style: none;
}
body {
	background-image: url(../images/global_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3C4033;
}
#container {
	height: 600px;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#global_table {
	position: absolute;
	top: 444px;	
}
