#container
{
	width: 500px;
    text-align: left;
	position: relative;
	color: #333;
}

#description 
{
	line-height: 125%;
	width: 500px;
    height: 1050px;
}


#other-widgets 
{ 
    position: absolute; 
    width: 200px; 
    top: 332px; 
    left: 860px; 
    height: 1000px;
}

#other-widgets a img, #other-widgets a:link img, #other-widgets a:visited img 
{
    border: 1px solid #666666; 
    padding: 10px;
}

#other-widgets a:hover img { border: 1px solid #999; }

#iframe 
{ 
    width: 500px; 
    text-align: center; 
    background: #000; 
}
