
body{ background-color: #000;}

.div1{
    background-color: #000;
    width:600px; 
    height: 50px; line-height: 50px;
    position: absolute;
    top: 50%; margin-top:-150px;
    left: 50%; margin-left:-550px;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    color: #ccc; text-align:center; vertical-align:middle;
}
.div2{
    background-color: #000;
    width:600px; 
    height: 50px; line-height: 50px;
    position: absolute;
    top: 50%; margin-top:-150px;
    left: 50%; margin-left:-25px;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    color: #ccc; text-align:center; vertical-align:middle;
}
div{
    background-color: #000;
    width:800px; 
    height: 200px; line-height: 200px;
    position: absolute;
    top: 50%; margin-top: -100px;
    left: 50%; margin-left:-400px;
    font-weight: bold;
    font-size: 200px;
    text-transform: uppercase;
    color: #ccc; text-align:center; vertical-align:middle;
}
.div3{
    background-color: #000;
    width:600px; 
    height: 50px; line-height: 50px;
    position: absolute;
    top: 50%; margin-top:100px;
    left: 50%; margin-left:-560px;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    color: #ccc; text-align:center; vertical-align:middle;
}
.div4{
    background-color: #000;
    width:600px; 
    height: 50px; line-height: 50px;
    position: absolute;
    top: 50%; margin-top:100px;
    left: 50%; margin-left:-30px;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    color: #ccc; text-align:center; vertical-align:middle;
}
