www.gusucode.com > Office风格CSS3多级菜单源码程序 > Office风格CSS3多级菜单/officecss3menu/css/layout.css

    *{
    margin:0;
    padding:0;
}
body {
    font:14px/1.3 Arial,sans-serif;
    background:url("../images/office_background.jpg") no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    color:#fff;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:22px;
    font-weight:normal;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    position:absolute;
    width:540px;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}
.window {
    background-color:#FFF;
    border:1px solid #8A867A;
    border-top-width:0;
    height:400px;
    margin:50px auto;
    width:500px;
}