html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a img {
	margin:0;
	padding:0;
	border:0;
}
html {
	overflow:hidden;
	height:100%;
}
body {
	margin:0 auto;
	height:100%;
	background:#e7e9f0;
	color:#7f7f7f;
	font:small Arial, Helvetica, sans-serif;
}
a {
	color:#69baf6;
	text-decoration:none;
}
a:hover {
	color:#69baf6;
	text-decoration:underline;
}
/* 
----------------------------------------------- 
*/
.dn{
	display:none;
}
/* 
----------------------------------------------- 
*/
#flashcontent {
	margin:0 auto;
	text-align:center;
}
#msg {
	/*background:#fff;*/
	padding:20px;
	background:url(../img/bg_noflash.png) center center no-repeat;
	width:600px;
	height:460px;
	margin:0 auto;
}
#msg hr {
	height:1px;
	color:#ccc;
	margin:10px 0 10px 0;
}
#msg p {
	padding:10px 50px;
}
#msg h1, #msg h2 {
	/*color:#69baf6;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:15px 0 5px;
}
#hr {
	height:1px;
	background:#ccc;
	margin:10px 0 10px;
}
#hr hr {
	display:none;
}

