@charset "utf-8";
/* CSS Document */


#bigcontainer
{
width:1150px;
margin:auto;
text-align:left;
border:0px solid black;
}

body {
/*	background-image:url('../images/marry-a-mute-background.png');
	background-repeat:no-repeat;*/
} 

#header
{
	position:relative;
	z-index:10;
	max-height:250px;
}
#menu {
	background-color:#0066ff;
	position:relative;
	left:0px;
	top:0px;
	z-index:5;
	height:36px;
}
#body {
	position:relative;
	left:0px;
	top:0px;
	z-index:5;
	background-image:url('../images/marry-a-mute-body.png');
	background-repeat:no-repeat;
	min-height:650px;
	max-height:5000px;
}
#main-body
{
	position:relative;
	padding-top:30px;
	padding-left:120px;
	
}
#apDiv3 {
	position:relative;
	left:50px;
	top:295px;
	z-index:1;
	}
#apDiv4 {
	position:absolute;
	left:760px;
	top:295px;
	z-index:10;
}