* {
	margin:0;
	padding:0;
	border:none;
}

html, body {
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	background:#000 url(../img/wait_page/gradient.jpg) repeat-x;
}

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:696px;
	height:342px;
	border:10px solid #307682;
	margin:-181px 0 0 -368px;
	background:#fff;
	display: flex;
	flex-direction: row;
}
#wrapper > div {
	width: 50%;
}

#header {
	background:#dea724;
}

#content {
	padding:20px 0 0 30px;
}




h1, h1 a {
	font:bold 10pt Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:4px;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

p {
	font:normal 9pt/12pt Arial, Helvetica, sans-serif;
	color:#000;
}

.email	{
	color: black;
	text-decoration: none;
}
#wrapper > div + div {
	border-left: 2px solid #307682;
	padding: 20px 28px 10px 28px;

}

#fluxBlog {
	margin-top: 20px;
	color: #dea724;
	list-style-type: none;
}
#fluxBlog li {
	font:normal 9pt/12pt Arial, Helvetica, sans-serif;
	border-top: 1px dashed #d0cfcf;
    padding: 8px 0;
}
#fluxBlog li:first-child {
	margin-top: 0;
	border-top: none;
}

#fluxBlog a {
	color: #307682;
	text-decoration: none;
}
#fluxBlog a:hover {
	text-decoration: underline;
}
