@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

a,a:link,a:visited
 {
 	color:#666666;
	text-decoration: none;
}
 a:hover{color:#000000;text-decoration: none;}
 
 #topword a,#topword a:link,#topword a:visited
 {
 	color:#FFFFFF;
	text-decoration: none;
}
 #topword a:hover{color:#000000;text-decoration: none;}
 
 a img
 {
 	border:0;
}

#container
{
	margin:0 auto;
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	width:1000px;
	min-height: 100%;
	margin-bottom: -30px; 
}

* html #container {
 	width:1000px;
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	color:#000000;
	height: 100%;
	margin-bottom: -30px; 
}

#header
{
 	width:1000px;
	height:201px;
}



 #b
 {
  	height:30px; /* footer height */
 	width:100%;
 	clear:both;
 }

 #footer
 {
 	margin:0 auto;
	height:40px;
	width:1000px;
	clear:both;
	background-color:#435687;
	text-align:center;
	font-size:13px;
 }