body {
	margin:0px;
	padding:0px;
	background-image:url(../images/transparent/bg_tile.png);
	background-color:#161616;
}

img {
	border:none;
}

#div_home {
	width:800px;
	min-height:400px;
	height: 800px;
	max-height: 800px;
	margin:auto
}

#home_banner {	
	display:inline;
	float:left;
	width:820px;
	height:385px;
	margin:135px 0px 0px 0px;		
}

#home_button_frame {
	display:inline;
	float:left;
	width:600px;
	height:80px;
	background-image:url(../images/bg_home_panel.gif);
	background-repeat::no-repeat;
	
	margin:2px 0px 0px 100px;
}

#home_link_flash {
	display:inline;
	float:left;
	width:176px;
	height:24px;
	margin:23px 0px 0px 68px;
}

#home_link_html {
	display:inline;
	float:left;
	width:176px;
	height:24px;
	margin:23px 0px 0px 115px;
}

#home_footer {
	display:inline;
	float:left;
	width:500px;
	height:auto;
	margin:23px 0px 0px 145px;
	text-align:center;
}

.font1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.fontlink2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#89bd14;
	text-decoration:underline;
	font-weight:bold;
}

.class_clear {
	clear:both;
}