@charset "utf-8";
/* CSS Document */
.footerBG {
	background-image: url(Images/LowBarBG2.jpg);
	background-repeat: no-repeat;
}
body {
	background-image: url(Images/TwoPawsBackground.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.style3 {font-size: 12px}
.style4 {color: #FFFF33}
.votingBG{
	background-image: url(Images/2008PhotoContest/VoteButton.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time 
(repeat is the default setting) */
-->
