@import url("./navigation.css");
@import url("./karate.css");

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
	margin:none;
	padding:0px;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* THE INDEX PAGE */

#student_left {
width:300px;
position:relative;
bottom:-30px;
float:left;
left:57px;
index:1000;

}

#main_content {
background-color:#111111;
	font-family:Georgia, "Times New Roman", Times, serif;
		color:white;
		font-size:12px;
		letter-spacing: 0.03em;
	padding-top:10px;	
	margin:0px auto;
	padding-top:10px;
	border:#222222 2px solid;
	border-top:none;
	border-bottom:none;
	margin-top:-50px;
width:896px;
float:left;
padding-bottom:50px;
}

#mission {
-border:green thin solid;
margin-top:20px;
}

#gurantee {


}

#main_footer {
-border:yellow thin solid;
float:left;
}

#mission, #gurantee {
width:520px;
float:left;

padding-left:40px;
position:relative;
left:-50px;
index:1;

}