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

body {
	background-image: url(image/texture.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #FFF;
	overflow-x:hidden;
	scrolling-y:no;
}
a {
	color: #F39;
	text-decoration: none;	
}
a:hover {
		text-decoration: underline;
}
hr {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FCC;
	margin: 30px;
}
h1 {
	color: #F36;
	letter-spacing: 2px;
	line-height: normal;
	font-size: 50px;
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
}

h2 {
	color:#FCC;
	letter-spacing: 2px;
	line-height: normal;
	text-transform: uppercase;
	font-size: x-large;
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
}

h3 {
	color:#CCC;
	letter-spacing: 2px;
	line-height: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: x-large;
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
}
.ctr {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#black {
	background-color: #000;
	opacity:0.8;
	height: 100%;
	width: 65%;
	position: fixed;
	top: 0px;
	left: 335px;
}

#content {
	position:absolute; float:left; 
	left:450px; top: 100px; 
	width:50%;
	padding-bottom:10%;
	
}

#menu {
	position: fixed; width:100%;
	top:0px; left:0;
	background-color: #000;
	padding-top:20px; padding-left:45%;
}

#menu .grey {
	color:#999;
}

#menu .grey a:link {
	color:#999;
}

#menu a {
	font-family: "Arial Black", Gadget, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration:none;
}

#menu a:hover {
	color:#E7006A;
}

#girl {
	position:fixed;
	top:45px;
	left:20px;
}

#fashion {
	position:fixed;
	top:0;
	left:245px;
}

#label {
	position:fixed;
	float:left;
	left:10px;
	bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 16px;
	width: 350px;
}

#label img {
	float:left; margin-right: 10px;
	border:0;
}

#label a {
	color:#333;
}
#label a:hover {
	color:#903;
}
em {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
	font-style: italic;
}
