/* CSS Document */

body {
	background-image:url(../images/home_bg.jpg);
	height: 100%;
	}

#home_container {
	min-height: 100%;
	max-height: 100%;
}
	
#corner {
	z-index:20;
	background-image:url(../images/home_corner.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	width: 213px;
	height: 212px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/home_corner.png");
	}
	
#bottom_corner {
	background-image:url(../images/home_bottom_corner1.png);
	background-repeat:no-repeat;
	width: 304px;
	height: 212px;
	position:absolute;
	bottom: 0;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/home_bottom_corner1.png");
}
	
#home_main_text {
	z-index:10;
	/* supported transparent browsers */
	background-image: url(../images/home_text.png);
	background-repeat:no-repeat;
	/* ieWin only stuff */
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/home_text.png");
	
	height:450px;
	position:relative;
	width: 750px;
	top:20px;
	left:-40px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
