@charset "utf-8";
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #999999;
}

#banner
{
	padding: 30px;
	text-align:center;
}


html
{
	height: 100%;
}

body
{
	height: 100%;
	background-attachment: fixed;
	background-image: url(/images/puppy.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	margin-right: 50px;
	margin-left: 50px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #999999;
}

#contact
{
	position: fixed;
	right: 150px;
	bottom: 50px;
}
 a
{
	color: #999999;
	text-decoration:none ;
}

a:hover
{
	text-decoration:underline ;
}
