body {
	background-color: #000;
	background-image: url(/tshirt/images/planet-bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom; 
	color: #fff;
	font-family: 'Prosto One', cursive;
}

body.sub {
	background: url(/tshirt/images/planet-bg-plain.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom;
	background-color: #000;
}

#header {
	text-align: center;
	color: #ffb700;
}

#subheader {
	text-align: center;
	margin: 20px 0;
	font-family: Georgia;
}

#subheader p {
	width: 500px;
	margin: 0 auto;
	display:none;
}

#ourstory {
	text-align: center;
	width: 500px;
	margin: 10px auto;
	padding: 20px;
	font-family: Georgia;
}

#product-table {
	margin: 20px auto;
}

#temp-warning {
	text-align: center;
	margin: 0 auto;
	color: red;
	display: none;
}

h3, #content h3 {
	font-size: 1em;
	font-weight: normal !important;
}

#content {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	font-family: Georgia;
	color: #ccc;
}

#content td {
	font-size: 0.8em;
	padding: 0 20px 0 20px;
}

#content ul, #content li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer {
		text-align: center;
		margin: 20px;
		font-family: Georgia;
		width: 600px;
		margin: 50px auto;
}

#privacy, #privacy a {
		text-align: center;
		font-size: 10px;
		font-family: sans-serif;
		color: #999 !important;
}


#pets-container {
	width: 100%;
}

#pets {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	width: 900px;
	list-style-type: none;
}

.pet-box {
	display: inline-block;
	margin: 5px 20px;
}

h1 {
	font-size: 50px;
}

a {
	text-decoration: none;
	color: #fff;
}


.vote-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.classname:active {
	position:relative;
	top:1px;
}