html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
}
.gradient {
	height: 100%;
	background: #FFD940; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF862B', endColorstr='#FFD940'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EF862B), to(#FFD940)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EF862B,  #FFD940); /* for firefox 3.6+ */ 
}
.box {
	position: absolute;
	background: #000000;
	width: 70%;
	height: 80%;
	opacity: .55;
	top: 10%;
	left: 15%;
	vertical-align: center;
	outline-style: none;
	outline-color: #000000;
	outline-width: 5px;
}

.left_header {
	font-size: 12px;
	text-align: left;
	z-index: 1;
	width: 50%;
	float: left;
}

.right_header {
	font-size: 12px;
	text-align: right;
	z-index: 1;
	width: 50%;
	float: right;
}

.inner {
	text-align: center;
	z-index: 1;
}

.footer {
	text-align: center;
	z-index: 1;
}

/* links */
a:link
{
 color: #FFFFFF;
 text-decoration: none;
}
a:visited
{
 color: #FFFFFF;
 text-decoration: none;
}
a:active
{
 color: #FFFFFF;
 text-decoration: none;
}
a:hover
{
/* color: #3463f2;*/
 color: #FFFFFF;
 text-decoration: underline;
}
