* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	list-style-type: none; 
	text-decoration: none;
}

* {
	behavior: url(iepngfix.htc);
}

body {
	text-align: center;
	background: #000000 url(../images/site-bg.gif) left top repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

#horizon {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -225px;
}

#container {
	display: block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

a#logo,
a#logo:visited {
	display: block;
	width: 176px;
	height: 56px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/logo.png) left top no-repeat;
	margin-left: 724px;
	margin-top: 9px;
	margin-bottom: 9px;
}

a#logo:hover,
a#logo:active {
	background: url(../images/logo-over.png) left top no-repeat;
}

#content {
	display: block;
	float: left;
	width: 282px;
	height: 280px;
	padding: 15px;
	overflow: hidden;
	background: url(../images/content-bg.jpg) left top no-repeat;
	border: 9px solid #FFFFFF;
}

#content h1 {
	display: block;
	width: 104px;
	height: 26px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/welcome.png) left -2px no-repeat;
	font-size: 11px;
	line-height: 16px;
}

#content p {
	margin-top: 10px;
}

#content ul {
	display: block;
	margin-top: 10px;
}

#content ul li {
	display: block;
}

#content ul .phone {
	background: url(../images/phone-bg.png) left center no-repeat;
	padding-left: 40px;
}

#content ul .email {
	background: url(../images/email-bg.png) left center no-repeat;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#content ul li address {
	display: block;
}

#content ul li a,
#content ul li a:visited {
	color: #FFFFFF;
}

#content ul li a:hover,
#content ul li a:active {
	color: #99ff00;
}

object {
	display: block;
	float: right;
	width: 558px;
	height: 328px;
	overflow: hidden;
	background: #FFFFFF;
	margin-bottom: 8px;
}

#footer {
	display: block;
	width: 900px;
	clear: both;
	overflow: hidden;
	text-align: right;
}

#footer p {
	display: inline;
	font-size: 10px;
	margin-left: 3px;
}

#footer a,
#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover,
#footer a:active {
	color: #99ff00;
}