/* fashionlabo index.css */


/*-----------------------------------------------
	Init
-------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

html {
	width:100%;
	height:100%;
	text-align:center;
}

body {
	width:100%;
	height:100%;
	background:#000000;
	text-align:center;
}

img {
	border:none;
	outline:none;
}

/*-----------------------------------------------
	ID
-------------------------------------------------*/

#container {
	width: 800px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
}

#swfarea {
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------
	LAYOUT
-------------------------------------------------*/

h1 {
	padding-top: 150px;
}

h2 {
	margin-top: 30px;
}

h3 {
	margin-top: 150px;
}

p {
	margin-top: 40px;
}



