@charset "utf-8";
/* CSS Document */

body {
width:960px;
margin: auto;
margin-top:0px;
background-image:url(../NewGraphics/bg.gif);
font-family:arial; 
font-size:12px; color:#666;

}

#main {
}
#main .container {
	height:100%;
	border:0px solid red;
}
.container {
	width:960px;
	margin:0 auto;
  	position:relative;
	border:0px solid red;
}

/* ----- HEADER ----- */

#header h1, #header small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#header {
	background-image:url(../NewGraphics/header.gif);
	background-repeat:no-repeat;
	width:960px;
	height:193px;
	padding-bottom:20px;
}
#header a {
	display:block;
	width:960px;
	height:193px;
	z-index:100;
	outline:none;
}
#footer {
	width:960px;
	height:250px;
	background-image:url(../NewGraphics/footer.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	display:block;
}
#footer .on_stage{
	float:left;
	width:50%;
	margin-top:10px;
	height:60px;
}
#footer .on_stage a {
	display:block;
	width:270px;
	height:60px;
	z-index:100;
	outline:none;
}
#footer .off_stage{
	float:right;
	width:50%;
	margin-top:10px;
	height:60px;
}
#footer .off_stage a {
	display:block;
	width:250px;
	height:60px;
	z-index:100;
	outline:none;
	float:right;
}
#footer .links{
	width:960px;
	margin-top:10px;
	height:170px;
	float:left;
	text-align:center;
	padding-top:10px;
}

h2 a{
	color:#aeaeae;
	text-decoration:none;
	font-size:35px;
}