body {
	background-image: url(images/background.jpg);
	color: white;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link {
	color: white;
	text-decoration: none;
}
.contact {
	padding-top: 35px;
}
.contact img {
	padding: 0px 5px 0px 5px;
}
a:hover {
	color: red;
}
td {
	color: white;
	font-size: 14px;
	text-align: center;
}
.shirt a:link img {
	border: 1px solid white;
	padding: 10px;
}
.shirt a:hover img {
	border: 1px solid red;
}
.shirt {
	width: 250px;
}
.price {
	font-size: 14px;
	text-align: right;
}
.header {
	margin: auto;
	width: 900px;
	text-align: center;
	padding: 0px;
}
.topRound {
	background-image: url(images/top.png);
	margin: auto;
	height: 20px;
	width: 900px;
}
.main {
	background-image: url(images/trans.png);
	width: 900px;
	margin: auto;
	padding: 0px;
}
.bottomRound {
	background-image: url(images/bottom.png);
	margin: auto;
	height: 20px;
	width: 900px;
}
.copy {
	font-size: 14px;
	margin: auto;
	padding-top: 10px;
	width: 900px;
	text-align: center;
}
#twitter_div {
	margin: auto auto 15px auto;
	padding: 0px;
	width: 900px;
	text-align: center;
}
#twitter_div img {
	border: none;
}
#twitter_update_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.tIcon {
	background-image: url(images/trans.png);
	padding-right: 20px;
}
.tPost {
	background-image: url(images/trans.png);
	font-size: 12px;
}