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:#000;
	color:#fff;
	font:small Arial, Helvetica, sans-serif;
}
a {
	color:#d1d5d8;
	text-decoration:none;
}
a:hover {
	color:#d1d5d8;
	text-decoration:underline;
}
/* 
----------------------------------------------- 
*/
#flashcontent {
	color:#666;
	margin:0 auto;
	text-align:center;
	padding:20px 0
}
#msg {
	background:#fff;
	padding:40px;
	background:url(../img/bg_noflash.png) center center no-repeat;
	width:520px;
	height:380px;
	margin:0 auto;
}
#msg hr {
	height:1px;
	color:#ccc;
	margin:10px 0 10px 0;
}
#msg p {
	padding:10px 0 10px 0;
}
#msg h1, #msg h2 {
	color:#3d4653;
}
#hr {
	height:1px;
	background:#ccc;
	margin:30px 0 15px;
}
#hr hr {
	display:none;
}
