@charset "UTF-8";
/* CSS Document */
body {
    background-color: black;
    margin: 0px;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #777 !important;
}
.center {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.content {
    width: 400px;
    height: 350px;
	
	position:absolute;
    left:0; right:0;
    top:0; bottom:0;
	margin:auto;
	
	max-width:100%;
	max-height:100%;
	overflow:auto;
}
h4 {
    margin-top: 13px;
    font-size: 7.75px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #ffffff !important;
    letter-spacing: .75px;
    text-transform: uppercase;
    line-height: 10.5px;
}

