@charset "utf-8";
/* CSS Document */

html,body{
	background:url(../images/bg01.gif);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#817f7f;
  	height: 100%;  
	margin: 0;  
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:0px -55px;
	line-height:20px;

}
#mainContainer{
	width:1140px;
	margin:auto;
	text-align:left;
}
.leftDiv{
	float:left;
	clear:right;
}
#TitleDivRed{color:red; font-weight: bold; font-size:28px}
#TitleDivBlack{color:black; font-weight: bold; font-size:28px}
	
img { border: none; } 
#homeContents{
	width:1051px;
	height:669px;
	background-color:#FFF;
	background-image:url(../images/mainBg.jpg);
	background-repeat:no-repeat;
}
#aboutContents{
	width:1051px;
	height:669px;
	background-color:#FFF;
	background-repeat:no-repeat;
}
#helpContents{
	width:1051px;
	height:825px;
	background-color:#FFF;
	background-image:url(../images/helpBg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
p{
	padding:0px;
	margin:0px;
}
a{
	color:#ec1f27;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

