.nsbody {
background-color: #335063;
float: left;
font-family: Helvetica;
font-size: 100%; /* 100% = 16px */
padding: 0;
margin: 0 auto;
line-height:1.125em; /* 16px × 1.125 = 18px */
position: absolute;
width: 100%;
height: 900px;
z-index: 100;
}

.wrap {
background-color: #FFFFFF;
border: 3px solid #CEDDEE;
color: #335063;
padding: 10px;
margin: 80px auto;
width: 310px;
height: 75px;
}

.logo {
width: 78px;
height: 76px;
padding-right: 10px;
border-right: 2px solid #CCDDDE;
float: left;
}

.text {
float: left;
width: 200px;
margin: 5px 0px 0px 10px;
font-size: .6875em; /* 16 x .6875 = 11px */
line-height:1.3em; /* 16px × 1.125 = 18px */
}

.text a {
cursor: pointer;
}

.text a, .text a:visited {
text-decoration: none;
color: #869AA7;
}

.text a:hover {
text-decoration: none;
color: #335063;
}