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

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-color:#dbd4b7;
}


#main {
	width:855;
	margin:auto;
	margin-left:20%;
}

#wrapper1 {
	width:425px;
	float:left;
}

#wrapper2 {
	width:425px;
	float:left;
}

#textbox {
	margin-left:50px;
	margin-top:-70px;
}

p.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:-10px;
	color:#000000;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

a:link, a:active, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	color:#000000;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

p.littleguy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:6pt;
	color:#000000;
	font-weight:bold;
}




















/*----------------------- */
/*----------HOWL--------- */
/*----------------------- */
#howl
{
  display: block;
  width: 408px;
  height: 421px;
  background: url(images/howl.png) no-repeat 0 0;
}

#howl:hover
{ 
  display: block;
  width: 408px;
  height: 421px;
  background: url(images/howl2.png) no-repeat 0 0;
  cursor:inherit;
}


#hover span
{
  display: none;
}










/*----------------------- */
/*-------CLOSE CALLS----- */
/*----------------------- */
#closecalls
{
  display: block;
  width: 408px;
  height: 420px;
  background: url(images/closecalls.png) no-repeat 0 0;
}

#closecalls:hover
{ 
  display: block;
  width: 408px;
  height: 420px;
  background: url(images/closecalls2.png) no-repeat 0 0;
  cursor:inherit;
}

