@charset "utf-8";

body{width:100%;height:100%;background-color:#2d5377;margin:0;}
p, div, th, td, select, input {font-size: 12px;  letter-spacing:-1px;}
a {color:#333;}
a:link, a:visited {text-decoration: none;}
a:active, a:hover{text-decoration: none;}

.box-content{
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 600px;
    height: 100px;
}
.box{width:450px;}
.box-content .title{height:50px; text-align:center; font-family:Roboto, sans-serif;}
.box-content .title span { 
    color: #fff; 
    font-size: 36px; 
    display:block; 
}
.box-content .title2 span {
    text-align:center;
    color: #fff;
    font-size: 20px;
    display:block;
} 
