/*
 * screen.css 
 *
 */

img {
	margin: 0px;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
}
body,input,textarea {
	color: #222;
        font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}

a {
	text-decoration: none;
	color: #a87548;
}
a:hover {
	color: #c68449;
	text-decoration: underline;
}

.indent {
	margin: 0pt 27pt 9pt 27pt;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

#menu {
	position: absolute;
	width: 407px;
	top: 21%;
	left: 0%;
	font-size: 9pt;
}
#menu h1 {
	margin: 0px;
	font-size: 17pt;
	font-weight: normal;
}
#menu a {
	color: #222;
	text-decoration: none;
}
#menu a:hover {
	color: #c68449;
	text-decoration: none;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

#content {
	position: absolute;
	top: 106px;
	left: 407px;
	width: 50%;
	height: 75%;
}
#songinfo {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 10%;
	height: 21px;
}
#content3 {
	position: absolute;
	top: 4%;
	left: 5%;
	width: 50%;
	height: 75%;
}
#cv {
	position: absolute;
	top: 70%;
	left: 70%;
	width: 10%;
	height: 75%;
}

#sitelogo {
	width: 100%;
	margin-bottom: 9pt;
//	display: block;
}
#songinfo {
	width: 273px;
	margin-bottom: 9pt;
//	display: block;
	text-align: center;
}

