/* CSS Document */

.home_container{
	width:900px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../images/home_flame_6.jpg);
	background-position:center;
	background-repeat:no-repeat;

	position:relative;
	}

	
	.positioning{
		width:400px;
		height:500px;
		border:1px solid #CCCCCC;
		margin-left:auto;
		margin-right:auto;
		}
	
.background{
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	background-image:url(../../picture_library/back_1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}