.menuWrapper{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:auto;
    height:542px;
    width:710px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu{
    list-style:none;
    width:752px;
    margin-left:-40px;
}
ul.menu > li{
    float:left;
    width:178px;
    height:542px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../img/top1.jpg);
	background-size:cover;
}
.bg2{
    background-image: url(../img/top3.jpg);
	background-size:cover;
}
.bg3{
    background-image: url(../img/top4.jpg);
	background-size:cover;
}
.bg4{
    background-image: url(../img/2.jpg);
	background-size:cover;
}

a.welcome{
    width: 500px;
    height: 180px;
    text-align: center;
    background-image: url(../img/welcome.png);
    background-size:cover;
    float:right;
    display:table-cell;
    position:absolute;
	top:50%;
	left:40%;
	margin-left:-50px;
	margin-top:-50px;
}
.main{
    position:absolute;
	left:25%;
}
.rapWelcome{
	width:75%;
	height:200px;
	position:relative;
}
ul.menu > li > a{
    float:left;
    width:177px;
    height:50px;
    margin-top:450px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#333;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-180px;
    width:100%;
    height:130px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(../img/bg1sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../img/bg2sub.png);
}
ul.menu > li ul.sub3{
    background-image:url(../img/bg3sub.png);
}
ul.menu > li ul.sub4{
    background-image:url(../img/bg1sub.png);
}
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}


html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
#wrapper {
    position: relative;
    width: 760px;
    min-height:200px;
    margin: 100px auto 0;
    color: #f5f5f5;
    background: rgba(0, 0, 0, 0.50);
    padding:20px 30px;
}