a:link		{color: rgb(204,102,51); text-decoration: none; font-weight: 500;}
a:visited	{color: rgb(204,102,51); text-decoration: none; font-weight: 500;}
a:active	{color: rgb(204,102,51); text-decoration: none; font-weight: 500;}
a:hover		{color: rgb(204,102,51); text-decoration: underline; font-weight: 500;}

body{
	background-color: rgb(0,0,0);
	background-image:url('get_stellar_background.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;
	color: rgb(204,204,204);
	font: normal 12pt 'Trebuchet MS', Shruti, Verdana, Sans-serif;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}

body.promo{
	background-color: #000;
	color: #ccc;
	font: normal 10pt 'Trebuchet MS', Shruti, Verdana, Sans-serif;
	font-weight: 500;
}

table.promoTracks th, table.promoTracks td{
	color: #000;
	background-color: #CCC;
	padding: 4px;
}

table.promoTracks th{
	text-align: left;	
}

table.promoTracks td{
	text-align: center;	
}

table.promoTracks a {color: #00f; text-decoration: underline;}

img{
	border: 0px;
}

input{
	border: 1px solid rgb(204,102,51);
    background: #000;
	color: #fff;
}

.submitButton{
	border: 1px solid rgb(204,102,51);
    background: rgb(204,102,51);
	color: #000;
}

#contentDiv{
	width: 800px;
	margin: 10px auto;	
}

#menuDiv{
	position:absolute;
	top: 10px;
	right: 10px;	
}

#contentTableTop{
	width: 830px;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	background-color: #000;	
}

#contentTableBottom{
	width: 830px;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	/*background-color: #000;	*/
}

#footerDiv{
	font-size: 70%;
	margin-left: 10px;
	color: #222;
}

.pressQuote{
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
}

.pressList li{
	width: 100%;
	list-style: none;
	padding-bottom: 20px;
}