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

@font-face {
    font-family: "League Gothic";
    src: url(/assets/fonts/leaguegothic-regular-webfont.woff);
}

html {
	background: #222;
}

body {
	width: 900px;
	height: 460px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}


h1{
	margin: 10px 0 0 0;
	background: url(../img/website-logo.jpg) no-repeat;
	text-indent: -99999px;
	height: 99px;
	width: 200px;
	
}

h2
{
	width: 200px;
	text-align: center;
	font-family: "League Gothic", Arial, Sans-Serif;
	height:200px;
	display: block;
	font-size: 40px;
	font-weight: normal;
	color: #7C7369;
	vertical-align: top;
}

p {
width: 870px;
clear:both;
text-align:right;
padding-top:60px;
color:#7C7369;
font-family: arial;
}

span {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	line-height: 130px;
	overflow: hidden;
	padding: 10px;
	font-family: "League Gothic", Arial, Sans-Serif;
	font-size: 40px;
	font-weight: normal;
	color: #7C7369;
	text-align: center;
	vertical-align: bottom;
}

img {
	padding: 10px;
	float: left;
}

.weblink
{
display: block;
border-radius: 25px;
width: 90%;
padding: 40px;
background-color: brown;
margin-bottom: 60px;
}

.etsylink
{
display: block;
border-radius: 25px;
width: 90%;
padding: 40px;
background-color: orange;
margin-bottom: 60px;
}

h1{
	margin: 40px auto;
	background: url(../img/website-logo.jpg) no-repeat;
	text-indent: -99999px;
	height: 99px;
	width: 200px;
	
}