body,html {
	margin:0px;
	top-margin:0px;
	left-margin:0px;
	margin-top:0px;
	margin-left:0px;
	text-align:center;
	background-color:#FFFFFF;
	height:100%;
}

#container{
	margin:0px auto;
	background-image:url(img/gradient.png);
	background-repeat:repeatx;
	position:absolute;
	width:100%;
	margin-left:-50%;
	height:528px;
	margin-top:-264px;
	top:50%;
	left:50%;
	z-index:2;
}

#meta_text {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1px;
}
#image{
	margin:0px auto;
	position:relative;
}

#upper_back{
	background-color:#fbfbfb;
	height:50%;
	width:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1;
}
#lower_back{
	background-color:#e7e7e7;
	height:50%;
	width:100%;
	left:0px;
	bottom:0px;
	position:absolute;
	z-index:1;
}

#link{
	margin:0px auto;
	position:absolute;
	width:100%;
	bottom:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}

#link a{
	text-decoration:none;
	color:#000000;
}

#link a:active{
	text-decoration:none;
	color:#000000;
}

#link a:visited{
	text-decoration:none;
	color:#000000;
}

#link a:hover{
	text-decoration:none;
	color:#1c3365;
}