﻿body {
 margin: 0;
 padding: 0;
 font-family: Arial, Sans-Serif;
}

/* Header Section */
#banner { height: 77px; }

#logo {
 width: 320px;
 height: 77px;
 background: url('TopLogo.gif') no-repeat;
}
#notice {
 text-align: center;
 font-family: Arial, Verdana, Sans-Serif;
 font-size: 16px;
 position: absolute;
 width: 100%;
}
#notice span {
 font-size: 32px;
 color: #95a3b1;
}