/* CSS Document */
/* HTML tags :: starts */
html, body
{
	background: 	#fff;
	color: 			  #909090;
	font: 			  11px Arial, helvetica, sans-serif normal;
	line-height: 	14px;
	margin: 		  0 auto;
	padding: 		  0;
	text-align:   center;
	width: 			  100%;
}
a, a:visited, a:active
{
	color: 				#efefef;
	text-decoration:	none;
}
a:hover
{
	color: #fff;
}
h1
{
	font: 18px Arial, helvetica, sans-serif normal;
}
/* HTML tags :: ends */

/* DIV tags :: starts */
/* CONTENT :: starts */
div#container
{
	background: url( "../images/common/bg2.gif" ) top center repeat-x;
	margin:		0;
	padding:	0;
	text-align: center;
}
	/* CONTENT => HOMEINDEX :: starts */
	div#container #homeIndex h1
	{
		display: none;
	}
	/* CONTENT => HOMEINDEX :: ends */
/* CONTENT :: ends */
/* DIV tags :: ends */