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

body {margin:0; background-color: #491a16;}

#home-container {
	position: relative;
	width: 800px;
	height: 300px;
	margin: 100px auto 0 auto;
	background-color: #ecdcb9;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #be9969;
	margin: 0;
	padding: 20px 0 0 270px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #491a16;
	line-height: 15px;
	margin: 8px 0 0 0;
	padding: 0 40px 0 270px;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #491a16;	
	line-height: 16px;
}
a:hover {
	color: #be9969;
}

#moving {
	position: absolute;
	bottom: 0px;
	left: -165px;
	height: 552px;
	width: 423px;
	background-image: url(../images/moving-man.png)
}
.cornerbox-lr {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 0;
	background-image: url(../images/corner-lr.png);
}
.cornerbox-ur {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	background-image: url(../images/corner-ur.png);
}
.cornerbox-ll {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0;
	left: 0;
	background-image: url(../images/corner-ll.png);
}
