/* ------------------------------------------------------------------ */
/* reset */

*{ margin: 0; padding:0 }


/* ------------------------------------------------------------------ */
/* estrutura */

html {
    height:100%;
}

body {
    height: 100%;
	background-color: #B10000;
	color: #FFFFFF;
    font: 80% Arial, sans-serif;
	line-height: 20px;
}

#master {
	width: 100%;
	height: 100%;
}

#content {
	text-align:center;
	padding:40px;
	width: 400px;
}

/* ------------------------------------------------------------------ */
/* headings */

h2{
	font-size: 14px;
	margin-bottom:20px;
}	

/* ------------------------------------------------------------------ */
/* links */

a{
	font-weight: bold;
	color: #B10000;
}

a:hover{
	text-decoration:none;
}

#warning{
	padding: 20px;
	margin: 0 0 0 40px;
	background: #fff;
	color:#000;
	width: 360px;
}


#content a{
	color: #FFF;
}

/* ------------------------------------------------------------------ */
/* Geral */

.hide{ display:none}


.sep{
    border-top: 1px solid white;
	margin-top: 20px;
	height: 20px;
}
