@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body{
	height:100%;
}
#dv_introMain{
	position:relative;
	text-align:center;
	height:100%;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}
#dv_intorMiddle{
	width:auto;
	height:100px;
}	
#dv_introBottom{
	position:absolute;
	bottom:0px;
	left:0px;
	height:60px;
	width:940px;
	background-image: url(../images/intro/home_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#dv_introButtons img{
	margin: 0px 15px;
	border:none;
}

