@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}
body {
	background-color:#FFF;
	}
#title2 {
	background-image:url(images/title_2.png);
	position:fixed;
	left: 200px;
	top:0;
	width:800px;
	height:225px;
	z-index:24;
}
#navbar {
	position:fixed;
	color:#000;
	height:30px;
	width:700px;
	top:155px;
	left:275px;
	z-index:25;
	}
#pens {
	background-image:url(images/bg_art_stuff_2.png);
	position:fixed;
	background-repeat:no-repeat;
	height:450px;
	width:243px;
	top:110px;
	left:100px;
	z-index:3;
	}
#wings {
	background-image:url(images/wings.jpg);
	position:fixed;
	background-repeat:no-repeat;
	height:420px;
	width:250px;
	top:90px;
	left:60px;
	z-index:1;
	}
#wings2 {
	background-image:url(images/wings_2.jpg);
	position:fixed;
	background-repeat:no-repeat;
	height:420px;
	width:90px;
	top:90px;
	left:-25px;
	z-index:2;
	}
#container_main {
	width: 800px;
	position:relative;
	top: 225px;
	left: 200px;
	z-index:13;
	}
#container_store {
	width: 500px;
	position:relative;
	left: 500px;
	z-index:13;
	}
#intro {
	width: 600px;
	position:relative;
	padding: 25px;
	z-index:13;
	}
#art_angel {
	position:fixed;
	top:150px;
	left:0;
	background:url(images/art_angel.png);
	width:250px;
	height:600px;
	z-index:25;
}
#title {
	background-image:url(images/title.png);
	background-position:center;
	position:fixed;
	top:0;
	width:800px;
	height:158px;
	z-index:11;
}

#nav_bar {
	position:fixed;
	top:132px;
	right:0px;
	background:url(images/menu_bg.png);
	width:175px;
	height:500px;
	z-index:9;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#600;
	font-weight:bold;
	}
a:link {
	color:#333;
	}
a:visited {
	color:#000;
	}
#bg_image {
	position:fixed;
	top:300px;
	right:55px;
	z-index:5;
	}