/*
Gene Yonge Kim is the best there was, the best there is, the best there will be.
*/

* { 
	margin: 0; 
	padding: 0 ;
}

html, body {
	margin: 0;
	padding: 0;
/*	position: absolute;*/
	top: 0;
	left: 0;
} 

body {
	background-color: #101010;
	font-size: 62.5%;
}

input, select, th, td {
	font-size: 1em;
}

p {
	font-size: 1.9em;
}

a img {
	border: 0;
}

img { 
	border: none; 
}

#fragrances {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -304px;
	margin-left: -480px;
	height: 600px;
	width: 960px;
}

#menu {
	position: absolute;
	height: 45px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 100%;
	bottom: 0px;
	background-image: url(image/menu_strip_bg.png);
	background-repeat: repeat;
	background-position: center center;
}

#bg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -355px;
	margin-left: -553px;
	height: 666px;
	width: 1106px;
	background-image:url(image/bg.png);
	z-index: 1;
}

#swf {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -202px;
	margin-left: -390px;
	width: 780px;
	height: 400px;
	z-index: 2;
}

#contBg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -202px;
	margin-left: -390px;
	width: 780px;
	height: 400px;
	z-index: 2;
	background-image:url(images/bg.jpg);
}

#intro {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	height: 600px;
	width: 800px;
}
