body {
	background-color: #a3a8ab;
	background-image: url('gradient.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 100%;
	text-align: center;
}

#container {
	width: 593px;
	margin: 0 auto;
	text-align: left;
}

#shadow {
	width: 593px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('shadow.png');
}

#logo, #content, #contact, #mini_logo4, #north_white, #south_white, #north_blue, #central_blue, #south_blue, #north_bubble, #central_bubble, #south_bubble {
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
}

#logo {
	background-image: url('logo_new.png');
	width: 334px;
	height: 99px;
	top: 70px;
	margin-left: 10px;
}

/*#content {
	background-image: url('content.png');
	width: 234px;
	height: 143px;
	top: 295px;
	margin-left: 23px;
}*/

#contact {
	background-image: url('contact2.png');
	width: 200px;
	height: 248px;
	top: 421px;
	margin-left: 426px;
}

#mini_logo4, #mini_logo4:hover  {
	width: 108px;
	height: 40px;
	top: 29px;
	margin-left: 590px;
}

#mini_logo4 {
	background-image: url('fb_blue.png');
}

#mini_logo4:hover {
	background-image: url('fb_yellow.png');
	cursor: pointer;
}

#north_white {
	background-image: url('north_white.png');
	width: 209px;
	height: 341px;
	top: 19px;
	margin-left: 324px;
}

#north_blue {
	display: none;
	background-image: url('north_blue.png');
	width: 209px;
	height: 341px;
	top: 19px;
	margin-left: 324px;
}

#north_bubble {
	background-image: url('north_bubble.png');
	width: 159px;
	height: 54px;
	top: 314px;
	margin-left: 428px;
}

#central_blue {
	display: none;
	background-image: url('central_blue.png');
	width: 117px;
	height: 91px;
	top: 225px;
	margin-left: 360px;
}

#central_bubble {
	background-image: url('central_bubble.png');
	width: 159px;
	height: 46px;
	top: 228px;
	margin-left: 219px;
}

#south_white {
	background-image: url('south_white.png');
	width: 275px;
	height: 348px;
	top: 333px;
	margin-left: 140px;
}

#south_blue {
	background-image: url('south_blue.png');
	width: 275px;
	height: 348px;
	top: 333px;
	margin-left: 140px;
	display: none;
}

#south_bubble {
	background-image: url('south_bubble.png');
	width: 159px;
	height: 54px;
	top: 460px;
	margin-left: 147px;
}

#overlay {
	float:left;
	z-index: 1000;
	position: absolute;
}
