body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	height:800px;
	/*height:100%;*/
	width:100%;
	padding-bottom: 25px;
}

 a:focus { 
    outline: none; 
}

button:focus { 
    outline: none; 
}

button::-moz-focus-inner {
  border: 0;
}

a {
	border:none;
	outline:none;
	text-decoration:none;
	color:#999;
}

img {
	border:none;
	outline:none;
	
}

p { text-align:left; }

a:hover {
	text-decoration:none;
	color:#900;
}

#container {
   min-height:100%;
   position:relative;
}

#wrapper {
	position:relative;
	width:1024px;
	/*height:600px;*/
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;

}


#bg_color {
	width:inherit;
	height:107px;
	background-image:url(../images/bg_inherit.jpg);	
}

#header {}


	


#content {
	position:relative;
	float:left;
	margin-left:50px;	
	height:auto;	
	width:470px;
	-webkit-box-flex:1;
}

#content_right {
	z-index:9999;
	margin-top:-50px;
	float:right;
	
	
	padding-right:65px;
	height:546px;
	text-align:left;
	
	
	
	
	width:420px;
	
		
}
#navi {
	
	margin-left:200px;
	margin-right:10px;
	color:#900;
	
	float:right;
	height:auto;
	width:400px;
	
}

#ifooter {
	text-align:center;
	font-size: 9px;
	position: absolute;
	bottom:0px;	
	padding-top:5px;
	background:#CCC;
	height:25px;
	width: 1000px;
}	
	
#footer {
	text-align:center;
	position:fixed;
	bottom:0;	
	padding-top:5px;
	background:#CCC;
	width:inherit;
	height:25px;		
}
.anker:hover {
	color:#999;
	
}

.navi_c {
	color:#900;
		
}

.navi_c:hover {
	color:#666;
		
}