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%;
	color:#000;
	font:1em Helvetica, Arial, sans-serif;
	background:#fff;
	height:100%;
}
a {
	color:#e85412;
	text-decoration:none;
}
a:hover {
	color:#e85412;
	text-decoration:underline;
}
/* 
----------------------------------------------- 
*/
.cb{
	clear:both;
}
.dn{
	display:none;
}
.cn{
	text-align:center;
	margin:0 auto;
}
.gs{
	text-align:justify;
}
.splash{
}
/* 
----------------------------------------------- 
*/
#flashcontent {
	margin:0 auto;
	
}
#msg {
	width:80%;
	margin:0 auto;
}
#msg .cn{
	padding:30px 0 30px 0;
}

#msg .gs{
	background:#000;
	color:#fff;
	padding:30px;
}

#msg p{
	line-height:normal;
	padding:0 0 20px;
}


