#ThePage {
	background: white url("background-home.jpg") top left no-repeat;
}

#TheContent {
    position: relative;
}

#welcome-box, #collection-box, #resellers-box {
    margin-right: 250px;
}

#resellers-box {
  clear: both;
}

#news-box {
    float: right;
    width: 230px;
}

#language-box {
    float: right;
    width: 230px;
    border: 1px solid #DEDAD7;
    clear: right;
}

#language-box ul {
    padding: 5px;
}

#language-box ul li{
    margin: 6px 0;
}

#random-item {
    width: 128px;
    margin: 0 4px;
    font-style: italic;
    text-align: center;
    float: right;
}
