@charset "utf-8";
/* General Rules */

html, body{
	padding: 0;
	margin: 0;
}

html {
	background: url("../assets/pink_bg.jpg") #f2908c;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
}

a img {
	border: 0;
}

a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#f2908c;
}

hr {
	background-color:#000;
	height:1px;
	border:none;
}

h1,h2,h3,h4 {
	color: #f2908c;
	font-variant: small-caps;
}


#main {
	background: url("../assets/body_bg.png") no-repeat top center;
	margin: auto;
	width: 800px;
	height: 800px;
	position: relative;
	
}

#pagetext {
        background: #000;
	position: absolute;
	margin: 420px 30px auto;
        padding: 30px 50px;
	width: 644px;
}

#etsy{
	display: block;
	width: 200px;
	height: 120px;
	background: url("../assets/etsy.png") no-repeat 0 0;
	position: absolute;
	top: 200px;
	left: 400px;
	}
#etsy:hover { background-position: 0 -120px; }
#etsy span { display: none; }

#blog{
	display: block;
	width: 200px;
	height: 120px;
	background: url("../assets/blog.png") no-repeat 0 0;
	position: absolute;
	top: 200px;
	left: 600px;
	}
#blog:hover { background-position: 0 -120px; }
#blog span { display: none; }

#facebook {
	position: absolute;
	top: 348px;
	left: 461px;
}

.center {
	text-align:center;
	margin:auto;
}
