/**
 * HTML nodes
 */
body, html {
	font-family: Arial, Verdana, "Times New Roman";
	color: #333;
	height:100%;
	margin: 0px;
	padding: 0px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }


/**
 * # Ids
 */
#flashContainer {
	width:100%;
	height: 100%;
	min-width: 960px;
	min-height: 580px;
}


/**
 * . Classes
 */
.noFlashBlock {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	width: 500px;
	margin: auto;
	margin-top: 20px;
}