/* CSS Document */


a img {
   border: 0px;
}

body {
	margin: 0 auto;
	padding: 0;
	background:url(images/bg-index.jpg)  center 0 no-repeat;
	
}

.container{
	width:915px;
	height:901px;
	margin:0 auto;
	/*background:#fff;*/
}
.row1{
	
	height:45px;
}

.row2{
	

	height:123px;
}
.row2-left{
	width:229px;
	float:left;
}
.row2-right{
	width:229px;
	float:right;
}

.row3{
	
	height:441px;
}
	
.row4{
	
	height:146px;
}
.row4-left{
	width:229px;
	float:left;
}
.row4-right{
	width:229px;
	float:right;
}
.img{
	border:0;
}


