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

html { overflow-y:scroll; }

body {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
	background: url("../images/IMG_2593_web.jpg") no-repeat fixed center;
	/*background-image: url("../images/IMG_9295_web.jpg");*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}



.textbox {
	margin-top: 4%;
}

