html,body {
	margin: 0;
	padding: 0;
	background-color: #FF6600;
	background-image: url(images/orangebackground.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
img {
	border : 0;
}

table.center {
	width: 100%;
	height: 100%;
}

td.center {
	vertical-align: middle;
	text-align: center;
}

.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 671px;
	height: 403px;
	background-image: url(images/whitebox.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content {
	position : relative;
	left : 30px;
	top : 30px;
}
.widget {
	position : relative;
	text-align:center;
	top : 50px;
}

#bottom{
	height : 100 px;
	width :90%;
}
div.bottomcontent {
	position : absolute;
	top : 230;
	left : 30;
	height : 121 px;
	width : 90%;
}

.information{
	text-align : left;
	font-size: 12px;
	visibility : hidden;
	position : absolute;
	overflow: visible;
	top : 0px;
	left : 60px;
}
.productionimage{
	position : absolute;
	left : 250;
	top : 90;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}
