*{
	margin: 0;
	padding:0;
}

/*body{
	background-image: url(images/powerProc_comingSoon.png);
	width: 100%;
	height: 100%;
	position: fixed;
	background-repeat: no-repeat;
}*/

img{
	z-index: 0;
	position: fixed;
}
#content{
	width:960px;
	height: 475px;
	margin: 0 auto;
	padding-top:50px;
	position:relative;
	z-index: 10000;
}
#logoInfo{
	background-image: url("images/logo_type.png");
	width:830px;
	height: 750px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
#content ul{
    display: flex;
    justify-content: center;
    align-items: center;
	list-style-type: none;
	margin: 0 auto;
    padding-left: 20px;
	width: 200px;
	height: 66px;
}
#content ul li{
	float: left;
	padding-right: 15px;
    width: 60px;
	height: 61px;
}
#content ul li a{
	text-decoration: none;
	border: none;
}
#content ul li a span{
	display: none;
}