/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;overflow: hidden;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #4F6B86 url("../images/bg.jpg") repeat-x 0 0;
	height: 100%;
	color: #fff;
	font-family: arial, sans-serif;
}


img 				{border:none;}



/* Standard Layout */
     
#wrapper {

	text-align : center;
	position : absolute;
	top : 50%;
	left : 0;
	width : 100%;
	height : 0;
	overflow : visible;
	visibility : visible;
	display : block;
	
}
      
#content {
	margin-left : -300px;  /* must be half of content width */
	position : absolute;
	top : -145px; /* must be half of content height */
	left : 50%;
	width : 600px;
	height : 289px;
	visibility : visible;
	text-align : center;
	background: #fff url("../images/splash-bg.gif") no-repeat 10px 10px;
	border: 1px solid #ccc;
}

h1 {
	position: absolute;
	top: -9000px;
	left: 0px;
}

p {
	margin: 0 auto;
	width: 460px;
	margin-bottom: 10px;
}

p.redirect {
	padding-top: 135px;
	font-weight: bold;
}

img.linc-button {
	position: absolute;
	bottom: 9px;
	left: 227px;
}

.clr {
	clear:both;
}

