a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}
a:focus
{
-moz-outline-style: none;
}

a {
  outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFF;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#wrapper {
	height: 460px;
	width: 835px;
	position:absolute;
	top: 50%;
	left: 45%;
	margin-top: -230px;
	margin-left: -417.5px;
	background-repeat: no-repeat;
	background-image: url(images/dog.gif);
}
#wrapper2 {
	height: 460px;
	width: 835px;
	position:absolute;
	top: 50%;
	left: 45%;
	margin-top: -230px;
	margin-left: -417.5px;
	background-repeat: no-repeat;
	background-image: url(images/dogopacity.jpg);
}
#content {
	float: left;
	height: 350px;
	width: 550px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 100px;
	padding-right: 30px;
	padding-left: 110px;
	font-size: 14px;
	line-height: 27px;
}
#buttons {
	float: left;
	height: 186px;
	width: 139px;
	padding-top: 120px;
}
.h1 { font:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	height: 20px;
	width: 300px;
	float: right;
	text-align: right;
}
