body {
   font-family: Tahoma;
   font-size: 10pt;
   color: white;
   background-color: #314558;
   margin: 50px;
   text-align: center;
}

a, a:visited {
   text-decoration: none;
   color: #DEE4E9;
}

a:hover, a:visited:hover {
   text-decoration: underline;
   color: #FF9900;
}

#wrap {
   margin-left: auto; 
   margin-right: auto;
   width: 650px;
   height: 500px;
}

#logo {
   position: relative;
   margin-bottom: 10px;
   width: 650px;
   height: 200px;
   float: center;
}
#construction {
   position: relative;
   margin-bottom: 10px;
   width: 650px;
   height: 30px;
   font-family: Tahoma;
   font-size: 14pt;
   float: center;
}
#address-bg {
   position: relative;
   width: 220px;
   height: 180px;
   float: left;
   text-align: left;
}
#address-us {
   position: relative;
   width: 420px;
   height: 180px;
   float: right;
   text-align: left;
}

#copyright {
   position: relative;
   font-family: Tahoma;
   font-size: 8pt;
   width: 650px;
   height: 30px;
   text-align: right;
}
#contact-CA {
   float: left;
}
#contact-IL {
   float: right;
}

.country {
   font-family: Tahoma;
   font-size: 10pt;
   font-weight: bold;
   color: #EBEFF3;
   border-bottom: 1px solid #9DB0C3;
   margin-bottom: 10px;
   padding-bottom: 3px;
   padding-left: 2px;
}

p {
   text-align: left;
}