/* CSS Document */

html, body {
	height:100%;
	width:100%;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #454545;
	background-color:#fff;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
#wrapper {
	width:100%;
	height:100%;
}
#footer {
	color:#999;
}
#framer {
	width:100%;
	height:75px;
	background-color:#000;
}
#noticer {
	width:100%;
	height:100%;
	background-color:#000;
	padding: 20px 0 0 25px;
}
#flashcontent {
	width:850px;
	height:500px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}
p {
	margin:0px;
	padding:0px;
}