@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	color:#FFF;
}

img{
	border:none;
}

body {
	overflow:hidden; /*Needed to eliminate scrollbars*/
}
		
/*Supersize Plugin Styles*/
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}

#supersize .activeslide, #supersize img{
	display:inline;
}
		
div.fullscreen{
	display:block;
	/*set the div in the top-left corner of the screen*/
    position:absolute;
	top:0;
	left:0;
	/*set the width and height to 100% of the screen*/
    width:100%;
	height:100%;
	background-image: url(../images/raster.png);
}

#wrapper{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	position:absolute;
}

#outer{
	display:table-cell;
	vertical-align:middle;
}

#formwrap{
	position:relative;
	left:50%;
	float:left;
}

#sitecontent{
	position:relative;
	text-align:right;
	left:-50%;
}