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

/* Full page settings */
.fullpage {		
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:1%;			/* page left padding */
	min-height:700px;
	padding:1%;
	text-align:center;
	background-image:url(../images/text-box.png);
	background-position:center;
	background-repeat:no-repeat;
}

/* Black Menu */
#footer.black {
	margin-top:-2%;
}
