@charset "utf-8";
/* CSS Document */

#inner_content {
	height: 518px; /*------- Internet Explorer requires fixed height (rendering issue) -------*/
}
#block {
	width: 860px;
	height: 32px;
	border: 5px solid #999;
	background: url(../images/footer_btm.png) repeat-x;
	overflow: visible;
	margin: auto;
	position: relative;
	top: 8px;
}
#shadow {
	background: url(../images/shadow_main.png) no-repeat;
	height: 425px;
	width: 838px;
	position: relative;
	margin: 0 auto;
	top: 20px;
	left: 3px;
}
#flash_opening {
	height: 400px;
	width: 800px;
	position: relative;
	left: 15px;
}
#web_standards {
	float: right;
	height: 15px;
	width: 170px;
	position: relative;
	top: 17px;
	right: 60px;
}
img {
	border: none;
}
#xhtml {
	float: left;
	height: 15px;
	width: 80px;
}
#css {
	float: right;
	height: 15px;
	width: 80px;
}

