@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#e6e6e6;
	text-align: center; 
	background-image:url(../img/background.jpg); 
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	height:100%;
	
}

div {
	margin:0;
	padding:0;
	height:100%;
}

p {
	margin:0;
	padding:0;
	height:100%;
}

.oneColFixCtr #container {
	width: 1010px; 
	margin: 0 auto; 
	text-align: left;
	background-color:#e6e6e6;
	height:100%;
}
.oneColFixCtr #mainContent {
	background-color:#e6e6e6;
	height:100%;
}

.TR {
	clear:both;
	overflow:hidden;
	width:100%;
}
.TD {
	float:left;
}
.TDR {
	float:right;
}

.text {
	font-size:13px;
}
a
{
	outline:none;
	color:#600;
}















