@charset "utf-8";
/* CSS Document  */
/* pigdog designs css sheet - if you are reading this, you are as big a geek as I am */

.main {
	background-image: url(images/lggradient.png);
	background-repeat: repeat-x;	
}

.Wrap {
	background-image: url(images/backnormal960.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 540px;
	margin-top: -270px; /* half of the height */
	margin-left: -480px;
}

.Wrap1 {
	background-image: url(images/backfade960.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 540px;
	margin-top: -270px; /* half of the height */
	margin-left: -480px;
}

.Navbar {
	float: right;
	height: 400px;
	width: 120px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* #menu a
{ }

#menu a:hover
{ }

#menu a.active
{ };  */
.Wrap1 .Content {
	float: left;
	width: 780px;
	padding-top: 25px;
	padding-left: 25px;
	font-family: helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
}
.Wrap1 .Content h1 {
	font-family: helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Wrap1 .Content h2 {
	font-size: 13px;
}
.Wrap1 .Content p {
	padding-right: 10px;
}
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}
body {
	background-image: url(images/wood.jpg);
	background-repeat: repeat;
}
#main #label {
	height: 49px;
	width: 500px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: 280px; /* half of the height */
	margin-left: -250px;
	
}
