@charset "UTF-8";

body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
}

html,
body
{
	font-family:Arial, Helvetica, Geneva, sans-serif;
	background-color: #000000;
	height:100%;
	margin: 0;
	padding: 0;
	margin-left: 4px;
	margin-top: 0px;
	color: #FFFFFF;
}

a:link
{
	color: #969797;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #969797;
}

a:hover
{
	text-decoration: underline;
	color: #666666;
}

a:active
{
	text-decoration: none;
	color: #666666;
}

#left
{
    float:left;
    width:99%;
    /*margin-top: 10px;*/
}

#right
{
    width:1%;
}

#soundCloudiFrame
{
	width:500px;
	border: 0px;
}

.textSmall01
{
	font-size: 32px;
}

hr {
    margin: 10px 0;
    height: 1px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(0%, white));
}