body{
	background: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	margin: 0;
	padding: 0; 
	text-align: center;
}
div.shirts{
	background: black;
	width: 100%;
	font-size: 80%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	text-align: left;
}
h2.shirt-header{
	margin-top: 50px;
	color: white;
}
.slide-out-div {
    padding: 20px;
    width: 250px;
    background: #eee;
    border: 1px solid #00317a;
}