@charset "utf-8";
/* CSS Document */

body {
    background-color: #;
}
div {
    background-color: #;
    width:800px;
    height: 200px;
    line-height: 200px;
    position: absolute;
    top: 50%;
    margin-top:-100px;
    left: 50%;
    margin-left:-400px;
   	margin-bottom:-100px;
	bottom: 50%;
    font-weight: bold;
    font-size: 100px;
    text-transform: uppercase;
    color: #ccc;
    text-align:center;
    vertical-align:middle
}