.bg{
		position:absolute;
	    top: 0;
	    left: 0;
	    width:100%;
	    height:1000px;
	    min-width: 1000px;
	    z-index:-10;
	    zoom: 1;
	    background-color: #fff;
	    background-size: cover;
	    -webkit-background-size: cover;
	    -o-background-size: cover;
	    background-position: center 0;
	}
	.content{
		margin-top: 120px;
		position: absolute;
            left: 50%;
            transform: translateX(-50%);
	}

	.content li{
		font-size: 64px;
		font-family: "Consolas";
		line-height: 140px;
	}

	.content a{
		text-decoration: none;
		color: black;
	}