@CHARSET "ISO-8859-1";
body {
margin:0px;

font-family: arial, verdana, sana-serif;
}
#topC{
position:absolute;
}
header{
	width:100%;
	height:45px;
	background:#0000FF;
	position:fixed;
	z-index:100;
}
#sahMenuList{
	display:none;
	position:absolute;
	background:#3AB54A;
	width:100%;
	margin-top:50px;
	z-index:1000;
}
#menulist li{
	background:#3AB54A;
	height:25px;
	display:block;
}
#tophlist{
margin-left:-10%;
margin-top:0px;
height:45px;
}
#tophlist img{
height:20px;
width:20px;
margin-top:15px;
}
#tophlist li{
display:inline-block;
margin-right:0;
width:30%;
}
#tophlist li:first-child {
margin-left:0%;
}
#tophlist li:last-child {
margin-right:5px;
float:right;
width:10%;
}
#tophlist a{
text-decoration:none;
color:#FFF;
font-weight:bold;
}
