



@charset "utf-8";

*{
	padding:0px;
	margin:0px;
	color:#000000;

}

	

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin:0px auto;

}	


#container{
	margin:0px auto;
	margin-top:80px;
	width:500px;
}




#header{
	background:url(../img/logo.jpg) repeat-x;
	width:500px;
	height:273px;
	margin:0px auto;
	padding:0px;

}

#mainMenu{
	width:500px;
	height:17px;
	margin:0px auto;
	
}

a.enter1{

background:url(../img/enter_e.jpg) no-repeat;
height:17px;
width:66px;
margin-left:182px;
float:left;

}


a.enter1:hover{

background:url(../img/enter_e_over.jpg) no-repeat;
height:17px;
width:66px;
margin-left:182px;
float:left;

}


.slash{
background:url(../img/slash.jpg);
height:17px;
width:5px;
margin:0px auto;
float:left;
}



a.enter2{
background:url(../img/enter_j.jpg);
height:17px;
width:59px;
float:left;

}

a.enter2:hover{
background:url(../img/enter_j_over.jpg) no-repeat;
height:17px;
width:59px;
float:left;

}

#subMenu{
	width:500px;
	height:15px;
	margin-top:166px;
	
}


a.btn1{
background:url(../img/btn1_normal.jpg) no-repeat;
height:15px;
width:65px;
margin-left:142px;
float:left;
}
a.btn1:hover{
background:url(../img/btn1_over.jpg) no-repeat;
height:15px;
width:65px;
margin-left:142px;
float:left;
}
a.btn2{
background:url(../img/btn2_normal.jpg) no-repeat;
height:15px;
width:72px;
float:left;
}
a.btn2:hover{
background:url(../img/btn2_over.jpg) no-repeat;
height:15px;
width:72px;
float:left;
}
a.btn3{
background:url(../img/btn3_normal.jpg) no-repeat;
height:15px;
width:53px;
float:left;
}
a.btn3:hover{
background:url(../img/btn3_over.jpg) no-repeat;
height:15px;
width:53px;
float:left;
}
a.btn4{
background:url(../img/btn4_normal.jpg) no-repeat;
height:15px;
width:103px;
float:left;
}
a.btn4:hover{
background:url(../img/btn4_over.jpg) no-repeat;
height:15px;
width:103px;
float:left;
}
a.btn5{
background:url(../img/btn5_normal.jpg) no-repeat;
height:15px;
width:9px;
float:left;
}
a.btn5:hover{
background:url(../img/btn5_over.jpg) no-repeat;
height:15px;
width:74px;
float:left;
}
#fooder{
	width:100%;
	margin:0px auto;
	padding:0px;
	clear:both;

}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


