/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	/*background: #FFF;*/
	background: url(gifs/background_temppage.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}


a:link, a:visited { color: #B8122B; }
a:hover, a:active { text-decoration: none; }
