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

body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#BackgroundSpace {
	height: 600px;
	width: 800px;
	margin-top: -300px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/MintSalonBackgroundWeb.jpg);
}
#MainSpace {
	position: absolute;
	height: 375px;
	width: 505px;
	left: 160px;
	top: 155px;
}
#LogoSpace {
	position: absolute;
	height: 110px;
	width: 125px;
	top: 45px;
	left: 35px;
}
#SpecialSpace {
	position: absolute;
	height: 360px;
	width: 110px;
	top: 170px;
	left: 35px;
}
#TopAdSpace {
	position: absolute;
	height: 80px;
	width: 495px;
	left: 170px;
	top: 65px;
}
#BottomAdSpace {
	position: absolute;
	height: 40px;
	width: 505px;
	left: 160px;
	top: 535px;
}