body, html {
 margin: 0;
 padding: 0;
 background: url(bg.jpg) #000 repeat-x center top;
 width: 100%;
 height: 100%;
 display: table;
 font-family: Helvectica, Arial, sans-serif;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: -1px;
 color: #eee;
 line-height: 25px;
 -webkit-text-size-adjust: none;
}

#container {
 width: 850px;
 margin: 170px auto 0 auto;
}

#content {
 height: 190px;
}

#top {
 height: 120px;
 white-space:nowrap;
}

#bottom {
 height: 65px;
}

#logo {
 margin-bottom: 10px;
}

#left {
 width: 515px;
 float: left;
 color: #5e5e5e;
 font-size: 11px;
 font-weight: normal;
 letter-spacing: 0px;
 padding-top: 38px;
}

#right {
 width: 280px;
 float: left;
}

#arrow {
 width: 95px;
 float: left;
}

#details {
 padding-top: 7px;
 font-size: 22px;
 color: #eee;
}

#tele a:link {
 color: #eee;
}

#company a:link {
 color: #5e5e5e;
}


a:link, a:visited {
 color: #008bcb;
 text-decoration: none;
}

a:hover {
 color: #ff931e;
}

p {
 margin: 0 0 0 4px;
 padding: 0;
}

b {
 color: #ff931e;
}


h1 {
 display: none;
}