.artistDetails
{
position:relative;
height:150px;
/*width:150px;*/
float:left;
}

.artistImage
{
position:relative;
/*border:1px solid black;*/
height:184px;
width:260px;
}

.artistItem
{
display:block;
position:relative;
float:left;
margin-bottom:80px;
margin-right:18px;/*25px;*/
/*overflow: hidden;
border:1px solid black;*/
height:150px;
width:288px;
font-size:0.9em;

}

.artistItemButtons
{
float:right;
margin-bottom:25px;
overflow: hidden;
height:150px;
text-align:left;
width:25px;
background: url(../images/nav/buttons_bg.gif);
}

.artistRow
{
margin-bottom:-30px;
/*margin-top:60px;*/
position:relative;
}


html, body {
height:100%; /* this is the key! */
} 

.box
{
width:922px;
margin-top:25px;
margin-bottom:55px;
margin-right:auto;
margin-left:auto;
/*vertical-align: bottom;
display:table-cell;*/
position:relative;
height:10px;
}

.backButton
{
position:relative;
width:75;

}

.description
{
float:left;
position:relative;
font-size:70%;
font-weight:bold;
text-align:left;
width:520px;
padding-left:20px;
display:block;
margin-bottom:15px;
}

.rightColumn
{
float:left;
width:375;
position:relative;
text-align:left;
margin-left:15px;
}

.website 
{
position:relative;
font-size:0.95em;
font-weight:bold;
text-align:left;
margin-bottom:20px;
}