/* CSS Document */

/* CSS Document */

html, body {
	height: 100%;	
}

body {
/*	margin: 0; */
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	background-image:url(/graphics/common/page-header-bg.png);
	background-repeat:repeat-x;
	font-size:12px;
}

body /* Internet Explorer */ 
{ 
	text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
	text-align: -moz-center; 
} 

a {
	text-decoration:none;
	color:#FFFFFF;
}

.clearall {
  clear: both;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:55px;
	width:980px;
	position:relative;
}

#header-logo {
	float:left;
	width:223px;
	height:18px;
	margin-left:30px;	
	background-image:url(/graphics/common/goldchip-logo.png);

	margin-top:17px;
}

#header-logo { behavior: url(iepngfix.htc);}

.gold-splitter {
	background-image:url(/graphics/common/gold-splitter.png);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
	height:35px;
	width:980px;
	padding-top:10px;
	text-align:center;
}
