/* Homepage */
.div_main {
	margin: 0px auto;
}

	.div_top {
		height:99px;
		background-image: url('../images/v2/top_bg.jpg');
	}
	
		.div_top_logo {
		}

		.div_like_home {
			float:right;
		}

		.div_sign_in {
			float:right;
			width:230px;
		}

		.div_signed_in {
			float:right;
		}

		.div_account_info {
			display:none;
			background-image: url('../images/v2/my_account_bg.png');
			background-repeat: no-repeat;
			position:relative;
			top:-93px;
			width:211px;
			height:209px;
			float:right;
			z-index:999999;
		}

		.div_menu {
		}
		
	.div_center_big {
		background-color:#FFFFFF;
	}
		.div_center_home_partypics {
			height:426px;
			background-color:#000000;
		}
		.table_center_home_partypics {
			height:426px;
/*			width:1436px;*/
			background-image: url('../images/v2/center_home_partypics_bg.jpg');
			background-position: top center;
			background-repeat: no-repeat;
		}
			.div_center_home_content {
				width:967px;
				height:378px;
			}
			
		.div_center_boxes {
			width:890px;
			height:407px;
			background-color: #FFFFFF;
		}
		
	.div_center_medium {
		background-image: url('../images/v2/center_bg_medium.jpg');
		width:100%;
	}
		.table_center_section {
			background-image: url('../images/v2/center_section_bg.jpg');
			background-position: top center;
			background-repeat: no-repeat;
			width:1436px;
		}
			.div_center_section_content {
				position:relative;
				top:0px;
				left:0px;
				width:890px;
			}
		
	.div_bottom {
	    width:890px;
	}
	

#layover {
    background: none repeat scroll 0 0 #C34583;
    border: 1px solid #862B58;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    display: none;
    padding: 14px 22px;
    position: relative;
    width: 400px;
}


