body{
	margin:0px;
	padding:0;
	background-color:white;
	font-family: arial;
	font-size: 12px;
	background-image: url(../img/main_bg.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

#wedding_box {
	width:671px;
	height:565px;
	background-image: url(../img/wedding_box_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

.wedding_item {
	width:242px;
	height:172px;
	float:left;
	cursor:pointer;
	margin-left:5px;
	margin-top:16px;
	margin-bottom:10px;
}

#wedding_container {
	margin-left:100px;
	margin-top: 70px;
	float:left;
}

