body
{
	background-image: url('/images/site/background-get-sick.jpg');
	background-position: left top;
    background-repeat: no-repeat; 
	
	background-color: #BEF3BD;
	
}

#content
{
	position: absolute;
	left: 300px;
	width: 480px;
}

#content h1
{
	margin-top: 20px;
}

#albumdesc
{
	width: 270px;
}

#content ul
{
	padding-left: 10px;
	list-style: none;
}

#content a:link,
#content a:visited
{
    color: #090;
    text-decoration: none;
}

#content a:hover,
#content a:active
{
    color: #090;
    text-decoration: underline;
}

#counter
{
	display: none;
}

    
