body,p,table,td,input,select {
  	font-family: verdana, tahoma;
	font-size: 8pt;
  	line-height: 14pt;
    color: #FFFFFF;
	background:url(../images/bg.jpg) 0 0 repeat-x #000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	width: 500px;
	height: 130px;
	background:url(../images/top-logo.png) no-repeat;
	float: left;
}
#globe {
	width: 375px;
	height: 375px;
	position:absolute;
	top: 112px;
	left: 400px;
	padding:0 0 0 15px;
}
#directions {
	width: 900px;
	height: 100px;
	position:absolute;
	left: 30px;
	top: 477px;
	padding:0 0 0 15px;
	text-transform: uppercase;
	text-align: center;
}
.box {
	float: left;
	width: 200px;
	height: 100px;
	position:left;
	padding:0 0 0 15px;
	text-transform: uppercase;
	text-align: center;
}
#footer {
	width: 500px;
	height: 60px;
	position:absolute;
	left: 230px;
	top: 575px;
	padding:0 0 0 15px;
	text-align: center;
}
h1 {
	color: #FFE94F;
	font-size: 1.7em;
}
h1 a{
	color: #FFE94F;
	text-decoration: none;
}
h1 a:hover{
	color: #FFF6B7;
	text-decoration: none;
}

