/*****************************************
* OVERRIDES
******************************************/
#container {
	min-height: 500px;
	height: 100%;
	text-align: left;
} 
#content {
	min-height: 455px;
	height: 455px;
}
/*****************************************
* FLASH CONTAINER
******************************************/
#page-content {
	height: 445px;
	width: 100%;
}
#flash-bottom-border {
	position: relative;
	height: 5px;
	width: 100%;
	border-top: 5px solid #fdc400;
}
/*****************************************
* BACK LINK
******************************************/
#back-link {
	position: relative;
	/*DEFINIRE SKIN!!!!!*/
}
#back-link a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#back-link a:ACTIVE,
#back-link a:VISITED
{
	text-decoration: none;
	color: black;
}
#back-link a:HOVER
{
	text-decoration: none;
	color: #fdc400;
}
