/*#currency-converter-container
{
	position: relative;
	width: 400px;
	height: 300px;
	border: 1px solid black;
}
#cur-top-ribbon
{
	position: relative;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: orange;
	border: 1px solid red;
}
#cur-content
{
	padding: 10px;
	width: 400px;
}*/