@charset "utf-8";
/* CSS Document */


body {
	color: #333;
	padding:0px;
	margin:0px;
	background-color:#dddddd;
}

tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link	{
	color:#122749;
	text-decoration:none;
}

a:active	{
	color:#122749;
	text-decoration:none;
}

a:visited	{
	color:#122749;
	text-decoration:none;
}

a:hover	{
	text-decoration:none;
	color:#5c6d7f;
}


.stage {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #dddddd;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* .stage {background-image: url(../image/pga_background.jpg); background-repeat: no-repeat; background-position: center top;	background-color: #000000; margin: 0px; padding-right: 0px;	padding-left: 0px; margin-top:35px; margin-bottom:20px} */


.footerNav {
/*	background:#fff;
	width: 960px;
	height: 50px; */
	width: 100%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	margin-left: -485px;
	left: 50%;
	padding: 10px 0 15px 10px ;  */
	position: absolute;
	bottom: 0;
	text-align: center;

}
	
.footerNav a:link{color:#FFF; text-decoration:none;}
.footerNav a:active{color:#FFF; text-decoration:none;}
.footerNav a:visited{color:#FFF; text-decoration:none;}
.footerNav a:hover{text-decoration:none; color:#122749}

	
	
