html, body {top: 0; margin: 0; padding: 0; border: 0; height: 100%;}

#content{
	background-color:#FFFFFF;
	text-align: justify;
	font-size: 12px; 
	color: #6C3299;
}

#title{
  font-weight:bold;
	font-family: Tahoma; 
	font-size: 15px; 
	color: #FFC419;
}

#contentWarning{
	background-color:#FFFFFF;
	font-family: Tahoma; 
	width: 700px;
}

#message{
	background-color:#FFFFFF;
	text-align: center;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #999999;
}

.logo{
	position:absolute;
	top:285px;
	right:0px;
	z-index:999;
}

.btn_continue{
	position:absolute;
	top:345px;
	right:300px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6C3299;
	/*border: 1px solid #6C3299;*/
	text-transform:uppercase;
	text-align:center;
	padding:5px;
	cursor:pointer;
	margin:5px;
	width: 100px;	
}

.btn_continue:hover{
	position:absolute;
	top:345px;
	right:300px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #6C3299;
	/*border: 1px solid #FFC419;*/
	text-transform:uppercase;
	text-align:center;
	padding:5px;
	cursor:pointer;
	margin:5px;
	width: 100px;	
}