@charset "utf-8";
#main-contaner{
	width:1000px;
	margin-top:30px;
	height: 100%;
	}
.cat{
	
	width:700px;
	height:200px;
	
}
.cat a{
	text-decoration:none;
	color:#00497f;
	margin-top:-75px;
}
.cat img {
	z-index:-9999;
}
.cat a h1{
	margin-left:20px;
	z-index:9999;
}
#space{
	margin-top:50px;
}
#box{
    width: 230px;
    height: 300px;
    float: left;
    background-color:ghostwhite;
    border: 1px solid black;
    margin-left: 10px;
    margin-top: 10px;
}
#box table{
    width: 230px;
    margin-top:225px;
    border-top: 1px solid black;
}