/* Flash App */
/*
body {
background-image:url(myspaceshirts/bgnd_sm.png);
background-repeat:repeat;
margin: auto;
height: auto;
width: auto;
text-align:center;
}

.topbanner {
align: center;
margin-top:10px;
margin-bottom:8px;
}

#mainPlayer{
padding: 0px 10px;
}
*/

body {
	background-color:#040000;
	background-repeat:repeat;
	margin: auto;
	height: auto;
	width: auto;
	text-align:center;
	color: #EEEEEE;
	font-size: .9em;
	font-family:Tahoma;
}

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

a:hover {
	color: #a9a9a9;
}

#footer {
	color: #454545;
	font-size: .7em;
}

#footer a {
	color: #454545;
}

#footer a:hover{
	color: #747474;
}