body{
	background-color: black;
    color: white;
}


ul li a{
	display:block;
}

ul li a:hover{
	padding:2px 0 0;
}

div.other a{
	display:block;
}

div.other a:hover{
	padding:2px 0 0;
}

div#ieCover{
	display:none;
}

@media screen and (min-width: 736px) {

	ul{
		width:635px;
		height:90px;
		position:fixed;
		top:50%;
		left:50%;
		margin-left:-315px;
		margin-top:-45px;
	}


	ul li{
		float:left;
	}

	ul li.cl01{
		margin-right:14px;
	}

	ul li.cl02{
		margin-right:15px;
	}
	
	div.other{
		width:183px;
		position:fixed;
		top:65%;
		left:50%;
		margin-left:-91px;
		margin-top:;
	}

}

@media screen and (max-width: 736px) {

	ul{
		position:relative;
		width:250px;
		height:270px;
		margin:100px auto 40px;
		
	}

	ul li{
		text-align:center;
		margin-bottom: 10px;
		float:none;
	}
	
	
	div.other{
		width:183px;
		margin:0 auto;
		padding-top: 20px;
	}
}


