﻿/* CSS Document */

a:link {color: #3cff00; text-decoration:none;}     /* unvisited link */
a:visited {color: 00ffff; text-decoration:none; }  /* visited link */
a:hover { text-decoration:underline;}   /* mouse over link */
a:active {color: #259AEE; text-decoration: none;}   /* selected link */

body
{
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}

.floatright
{
/*
float: right;
clear: right;
*/

/*position: relative;*/
}


.title
{
/*
float: right;
clear: right;
*/
position: relative;
}

.songGenre
{
font-family: Arial, "lucida console", sans-serif;
font-size: 10px;
font-style: normal;
color:#959595;
line-height: 1.5;
}

.container
{

/*
	position:absolute;
	left: -5px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background-color: #d3f2cf;
	*/
	padding: 0px 0px 0px 0px;
	
}

.content
{

/*
float: right;
clear: right;
*/
top: 50;
left: 50;

position: relative;
}

.txtholder
{

/*width: 550;*/
position: relative;
top: 5px;
}


.title
{
font-family: Arial, "lucida console", sans-serif;
font-size: 24px;

font-weight: bold;
color:#3cff00;
line-height: 1.5;
}

.bodyCopy
{
font-family: Arial, "lucida console", sans-serif;
font-size: 13px;
font-style: normal;
color:#959595;
line-height: 1.5;
}

.callToAction
{
font-family: Arial, "lucida console", sans-serif;
font-size: 14px;
font-style: normal;
color:#959595;
line-height: 1.5;
}

.email
{
font-family: Arial, "lucida console", sans-serif;
font-size: 11px;
font-style: normal;

line-height: 1.5;
}
